https://github.com/simple-login/openidconnect.js-example
An example of a website that implements SimpleLogin using OpenIDConnect.js https://nat.sakimura.org/2014/12/10/making-a-javascript-openid-connect-client/
https://github.com/simple-login/openidconnect.js-example
openidconnect simplelogin
Last synced: 4 months ago
JSON representation
An example of a website that implements SimpleLogin using OpenIDConnect.js https://nat.sakimura.org/2014/12/10/making-a-javascript-openid-connect-client/
- Host: GitHub
- URL: https://github.com/simple-login/openidconnect.js-example
- Owner: simple-login
- License: mit
- Created: 2019-07-31T17:46:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T10:34:50.000Z (over 5 years ago)
- Last Synced: 2025-09-26T06:30:50.751Z (9 months ago)
- Topics: openidconnect, simplelogin
- Language: HTML
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an example of a website that implements SimpleLogin using [OpenIDConnect.js](https://nat.sakimura.org/2014/12/10/making-a-javascript-openid-connect-client/).
The small library is created by [Nat Sakimura](https://nat.sakimura.org), OpenID foundation chairman.
The article about this library is on
https://nat.sakimura.org/2014/12/10/making-a-javascript-openid-connect-client/
The code is deployed on https://simplelogin-openidconnect-example.nguyenkims.now.sh, feel free to check it out 🙂.
Upon successful login, you will see a popup (`alert`) containing the information that the website receives
when you sign in with SimpleLogin.
This website can be served via any static server, for example with `http.server` python module:
> python3 -m http.server
It works immediately with SimpleLogin as SimpleLogin whitelists localhost to facilitate development.