Difference between revisions of "2017 Winter Project Week/OAuth2SlicerPathology"

From NAMIC Wiki
Jump to: navigation, search
m
m
Line 16: Line 16:
 
|
 
|
 
<!-- Objective bullet points -->
 
<!-- Objective bullet points -->
* Enable OAuth 2.0 authentication within [https://github.com/SBU-BMI/SlicerPathology SlicerPathology] for purposes of authenticating with various web resources.
+
* Enable [https://oauth.net/2/ OAuth 2.0] authentication within [https://github.com/SBU-BMI/SlicerPathology SlicerPathology] for purposes of authenticating with various web resources.
  
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
* Direct [https://oauth.net/2 OAuth2.0] authentication using python
+
* Direct [https://oauth.net/2/ OAuth 2.0] authentication using python
 
** Identify any needed support libraries that are compatible with 3D Slicer license.
 
** Identify any needed support libraries that are compatible with 3D Slicer license.
 
* Also checking extending SlicerPathology's use of WebKit to achieve OAuth 2.0 authentication
 
* Also checking extending SlicerPathology's use of WebKit to achieve OAuth 2.0 authentication

Revision as of 15:33, 14 December 2016

Home < 2017 Winter Project Week < OAuth2SlicerPathology

Key Investigators

Project Description

Objective Approach and Plan Progress and Next Steps
  • Direct OAuth 2.0 authentication using python
    • Identify any needed support libraries that are compatible with 3D Slicer license.
  • Also checking extending SlicerPathology's use of WebKit to achieve OAuth 2.0 authentication

Background and References