authorizer icon indicating copy to clipboard operation
authorizer copied to clipboard

Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login...

Results 102 authorizer issues
Sort by recently updated
recently updated
newest added

#### What does this PR do? It will reset the TOTP secret and update the recovery codes in the database. After that user will be redirected to scanner image and...

**Feature Description** Customize the look for super admin login page. **Describe the solution you'd like** Similar to Organization Info locally at `/dashboard/organization-info` just for super admin login page. **Describe alternatives...

enhancement

**Feature Description** Whenever TOTP is used as an MFA feature : - The user will be redirected to the redirect_uri screen when they use the recovery code to log in,...

enhancement

@lakhansamani ,I am trying to make sense of the magic link flow. When a user clicks on the link in their email , what happens next ? what authorizer function...

enhancement

**Version:** x.y.z 1.2.4 **Describe the bug** When the roles list is updated from UI/env variable and if a specific role is removed from that list, then make sure it is...

bug

**Version:** x.y.z **Describe the bug** - In login flow set redirect_url and create login URL and after success full login redirection is not redirecting on redirect_url directly, it's redirecting on...

bug

**Version:** 1.1.70 **Describe the bug** Hello, I am using Authorizer instance deployed on railway. React + express. On production, for some reason, right after login, the token is no longer...

bug

**Feature Description** Currently TOTP API is added for login resolver. We need to add same support for signup API, verify email API and oauth login apis **Describe the solution you'd...

enhancement

**Feature Description** Passkeys login is the future passwordless way to auth user. **Describe the solution you'd like** Should like this project: https://github.com/teamhanko/hanko **Describe alternatives you've considered** https://github.com/teamhanko/hanko **Additional context** None

enhancement

Integrating Paseto (Platform-Agnostic Security Tokens) support as an alternative to JWTs can address some inherent JWT (JSON Web Tokens) issues and enhance Authorizer's capabilities. Advantages of Paseto over JWT: -...

enhancement