8000 GitHub - Gravitalia/auth-extension: Manifest v3 extension for Autha (Gravitalia Account).
[go: up one dir, main page]

Skip to content

Manifest v3 extension for Autha (Gravitalia Account).

License

Notifications You must be signed in to change notification settings

Gravitalia/auth-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Auth Extension
--------------

Extension to create serverless tokens for authentication.

How it works:
1. Generates an RSA key-pair.
2. Stores the private key on device(a), sends public key to the host server(b).
3. Device generates token using the on-device private key.
4. Token(c) is passed to the end-website for identity providing.
End-website can check token validity using host server(b).

(a) private key is saved in device's vault.
(b) host server could be a self-hosted server or a public one.
(c) token is a JSON Web Token (JWT).

Licensed under BSD.

About

Manifest v3 extension for Autha (Gravitalia Account).

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0