Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejmazz/node-authentication
https://github.com/thejmazz/node-authentication
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejmazz/node-authentication
- Owner: thejmazz
- Created: 2016-10-25T19:18:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T01:56:52.000Z (about 8 years ago)
- Last Synced: 2024-11-07T08:51:34.684Z (2 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-authorization
Simple example of setting up user accounts with basic authentication and OAuth 2.0.
See
- https://tools.ietf.org/html/rfc6749
- http://labs.hybris.com/2012/06/01/oauth2-authorization-code-flow/
- https://rwlive.wordpress.com/tag/oauth2/
- https://hnryjms.io/2014/07/oauth2/
- https://dejanglozic.com/2014/10/07/sharing-micro-service-authentication-using-nginx-passport-and-redis/
- https://float-middle.com/json-web-tokens-jwt-vs-sessions/