Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/did-app/dinosauth
Secure simple device based authentication, OAuth 2.0 and OIDC compatible
https://github.com/did-app/dinosauth
asymmetric-cryptography authentication biometrics oauth2 oidc openid-connect public-private-key
Last synced: 3 days ago
JSON representation
Secure simple device based authentication, OAuth 2.0 and OIDC compatible
- Host: GitHub
- URL: https://github.com/did-app/dinosauth
- Owner: did-app
- License: apache-2.0
- Created: 2020-01-10T11:00:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:01:58.000Z (about 2 years ago)
- Last Synced: 2023-03-09T19:20:57.425Z (almost 2 years ago)
- Topics: asymmetric-cryptography, authentication, biometrics, oauth2, oidc, openid-connect, public-private-key
- Language: JavaScript
- Homepage: https://dinosauth.com
- Size: 372 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [x] Authenticate in multipage applications using the `form_post` response mode.
- [ ] Authenticate in Single Page Applications (SPA) using the `fragment` response mode.