Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security with JWT / OAuth support #9

Closed
tsukhu opened this issue Sep 30, 2017 · 2 comments
Closed

Security with JWT / OAuth support #9

tsukhu opened this issue Sep 30, 2017 · 2 comments
Projects
Milestone

Comments

@tsukhu
Copy link
Owner

tsukhu commented Sep 30, 2017

Security with JWT / OAuth support

@tsukhu tsukhu added this to the 2.0.0 milestone Sep 30, 2017
@tsukhu tsukhu added this to TODO in Release 2.0 Nov 15, 2017
@tsukhu
Copy link
Owner Author

tsukhu commented Dec 30, 2017

JWT token support work is in progress. Currently added support for token generation via /login api (use this to generate the bearer token) and then for verification of the a secured api GET calls to /examples has been made secure and expects the Bearer token to be provided in the header.

https://github.com/ERS-HCL/nxplorerjs-microservice-starter/tree/jwt

@tsukhu
Copy link
Owner Author

tsukhu commented Jan 2, 2018

Fixed in PR #23 #27

@tsukhu tsukhu closed this as completed Jan 2, 2018
Release 2.0 automation moved this from TODO to Completed Items Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Release 2.0
  
Completed Items
Development

No branches or pull requests

1 participant