Authwave / provider

Hosted or self-hosted Authwave provider.
1 stars 1 forks source link

Single sign on #27

Open g105b opened 4 years ago

g105b commented 4 years ago

When #26 is implemented, SSO will be trivial to implement. Without JavaScript, a click on the login button will be all that's necessary to authenticate an application within the same pool as an already-authenticated application. With JavaScript, a cross origin request can check authentication with the provider and update the page as necessary.