cambridgeweblab / common-ui

A collection of common web components
MIT License
2 stars 2 forks source link

Add new ca-oauth2-client component to encapsulate token request #103

Closed tapina closed 6 years ago

tapina commented 6 years ago

Requests a token and also cooperates with a container to provide it as credentials.

Just does password grant for now. In the future would add e.g. implicit flow to this including handling the redirect and callback and extraction of hash parameters off the window location.