Skip to content

AttAditya/echoauth

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoAuth ELS (Email Login System)

EchoAuth ELS is a system that allows users to send emails to a specific email address to log in to a service. The system verifies the email and grants access based on the content of the email.

Expected Flow

  • User gives email address to Application
  • Application gives a code to the user
    • Unique code per email per device
  • User sends an email to a specific email address
    • Subject: Login
    • Body: Code (keep it plain text)
  • ELS verifies the email
  • Application grants access