Project Shiny ☆ Passwordless Auth

Project Shiny ☆ Passwordless Auth

A stateless system to verify that a user has access to an email address.

The goal here is to have a stateless system so that I can verify that a user has access to an email address. Once I have verified that, I can look the email address up and confirm that they have access to resources. For example, if I want to send files to someone or if I want to restrict access to myself. The process defined in the following diagram is stateless, so it can be used anywhere that has the secret keys used to define the hash and the JWTs.

A diagram explaining the process

Project Shiny

Related Projects