Skip to content

Secure simple device based authentication, OAuth 2.0 and OIDC compatible

License

Notifications You must be signed in to change notification settings

did-app/dinosauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dinosauth

In browser authentication secured using asymmetric key cryptography.

We are currently setting up for stage 1, watch this space.

Stage 1, Open ID connect (OIDC) browser compatibility

OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol. Self-Issued OpenID Providers allow a client to authenticate without any reliance on a server based service.

Reference: https://openid.net/specs/openid-connect-core-1_0.html#SelfIssued

Goals

  • Authenticate in multipage applications using the form_post response mode.
  • Authenticate in Single Page Applications (SPA) using the fragment response mode.