authorizer
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...
**Feature Description** - add sort and filter options to data fields in user dashboard **Describe the solution you'd like** - add sort to `created_at` field - add filter to `email_verified`...
**Version:** 0.26.0 **Describe the bug** Signup not verifying user email with redis. **Steps To Reproduce** use docker image for redis: ``` redis: image: 'bitnami/redis:latest' environment: - ALLOW_EMPTY_PASSWORD=yes - REDIS_PORT_NUMBER=7000 ports:...

**Feature Description** Add support for https://docs.singlestore.com/ for more info check: https://docs.singlestore.com/managed-service/en/developer-resources/connect-with-application-development-tools/connect-with-go.html **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
**Feature Description** Add possibility to add custom columns on `authorizer_users` table (like for examble an organizationId to create "groups" of users). **Describe the solution you'd like** Adding a column to...
**Feature Description** Ability to configure templates used for sent emails. **Describe the solution you'd like** Control of colors, text, fonts, logos etc to conform to brand style, including the ability...
**Feature Description** Updating the role can block signup, login other auth recipes. It's critical to add test and validate functionality **Describe the solution you'd like** Test to be included. -...
**Feature Description** Provide support for stronger true passwordless authentication WebAuthn developed in 2019 with W3C. https://www.okta.com/au/blog/2019/04/the-ultimate-guide-to-fido2-and-webauthn-terminology/ **Describe the solution you'd like** Support for different multiple factor authentications. https://github.com/webauthn-open-source/fido2-server-demo
It will be nice to have if the Authorizer supports the database schema. This will be useful when using a shared database such as PostgreSQL in one instance. Since Authorizer...