SimpleAuth - Passwordless Magic Link Authentication

1 min read Original article ↗

SimpleAuth.link allows application developers to stop worrying about user authentication and login systems.

From a UX perspective, it also simplifies the login process for the user by replacing the use of passwords with just their email address.

Allows you to uniquely, securely and privately identify the users of your application with just two API requests.

Create your app

Register your app with your secret to get your AppID. It ensures that any tokens generated are unique to your application and secure.

Auth your users

Use the user email, your App ID and your secret to request new user authorization. The service will send a magic link to this email address.

Validate sessions

The link redirects to your user to your app with the generated token to be validated. You can use it to identify your users or restrict some actions.