Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/we-plugin-passport-oauth2
We.js v0.3.x+ oauth2 token authentication, use for your single page app
https://github.com/wejs/we-plugin-passport-oauth2
Last synced: about 1 month ago
JSON representation
We.js v0.3.x+ oauth2 token authentication, use for your single page app
- Host: GitHub
- URL: https://github.com/wejs/we-plugin-passport-oauth2
- Owner: wejs
- Created: 2015-10-05T02:57:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T12:50:25.000Z (over 8 years ago)
- Last Synced: 2024-10-13T21:40:42.374Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# We.js oauth2 authentication plugin
Authentication for your single page app or serve API resources with Oauth 2
Powered by **oauth20-provider**
## Installation
With npm:
```sh
we i we-plugin-passport-oauth2
```## Configuration
> we-plugin-passport-oauth2-client is plug and play by default but you can override default settings
For all avaible settings see: https://github.com/wejs/we-plugin-passport-oauth2/blob/master/plugin.js#L10
## Example
https://github.com/wejs-examples/we-project-oauth2
## API
See: plugins.js file or tests in this repository
## Links
> * We.js site: http://wejs.org
## License
MIT