Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 654 Bytes

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.