@szg/oauth2-authorization-proxy-client-angularjs-core
v1.0.1
Published
Core of the AngularJS implementation of the OAuth2 Authorization Proxy Client library
Downloads
11
Readme
OAuth2 Authorization Proxy Client AngularJS Core
Core of the AngularJS implementation of the OAuth2 Authorization Proxy Client library.
The main responsibilities are:
- Adds the
Authorization
andX-OAuth2-Provider
headers to REST API requests. - In case of images, adds the
access_token
andoauth2_provider
query parameters. - Provides components to login and logout with several supported OAuth2 providers such as Facebook and Google.
- Stores the authentication information in local storage.
Currently supported technology stacks:
- VanillaJS
- AngularJS