Skip to content

simple-login/jso-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of a website that implements SimpleLogin using 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.

Releases

No releases published

Packages

No packages published