https://github.com/simple-login/jso-example
Example of a website that implements SimpleLogin using https://github.com/andreassolberg/jso
https://github.com/simple-login/jso-example
jso simplelogin
Last synced: 5 months ago
JSON representation
Example of a website that implements SimpleLogin using https://github.com/andreassolberg/jso
- Host: GitHub
- URL: https://github.com/simple-login/jso-example
- Owner: simple-login
- License: mit
- Created: 2019-07-31T17:18:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T17:32:48.000Z (almost 7 years ago)
- Last Synced: 2025-09-26T06:30:44.866Z (9 months ago)
- Topics: jso, simplelogin
- Language: HTML
- Size: 3.91 KB
- Stars: 2
- 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 [JSO](https://github.com/andreassolberg/jso).
The code is deployed on https://simplelogin-jso-example.nguyenkims.now.sh, feel free to check that 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.