Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARC-0080: JSON Web Tokens (JWT) Using An Algorand Account #293

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

kieranroneill
Copy link

@kieranroneill kieranroneill commented Apr 10, 2024

Summary

JSON Web Tokens (JWTs) are a popular and well-used format to represent a claim between two parties. They use cryptographic signatures to verify these claims and, thanks to RFC 8037, JWTs support the Ed25519 signature: the cryptographic algorithm of the private keys of Algorand accounts. Therefore, JWTs are well-suited and a viable way to be used for authentication within the context of an Algorand account.

The purpose of this proposal is to highlight how to construct a JWT with an Ed25519 public/private key pair using already well-established standards. This proposal also makes some suggestions as to the structure of the claims within the context of a an Algorand account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ARC-0080] Implement an ARC for using JSON Web Tokens (JWTs)
2 participants