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** [Qwik](https://github.com/BuilderIO/qwik) is a new React-compatible web framework built by the founder of AngularJS and his team. It takes the best of AngularJS, React, and Svelte and combines them...
**Version:** 1.1.21.beta.0 **Describe the bug** mssql: Cannot insert duplicate key row in object 'dbo.authorizer_verification_requests' with unique index 'idx_email_identifier'. The duplicate key value is (forgot_password, xxx). This should not return the...
I use latest version if Authorizer with code: ```js const authorizer = new Authorizer({ authorizerURL: 'http://localhost:8081/', redirectURL: window.location.origin, clientID: '9a8498c5-6c09-4881-82c0-ae91626515b2', // obtain your client id from authorizer dashboard }); ```...
CouchDB already has quite a lot of option to deal with auth, recently they added JWT (gateway) and only missing part is a issuer of this token. Please add. https://docs.couchdb.org/en/main/api/server/authn.html#:~:text=JWT%20authentication%20enables%20CouchDB%20to,JWT's%20%E2%80%9CNONE%E2%80%9D%20algorithm).
**Feature Description** Currently if you try to register with the password, `password`, Authorizer says the following: > password is not valid. It needs to be at least 6 characters long...
**Version:** 1.1.20 **Describe the bug** While I toggle off "Disable email verification" and I save the settings, then the state remains the same. When I refresh the page, the toggle...
**Feature Description** the app/dashboard/server should be independent **Describe the solution you'd like** split this repo to 3 repos
**Version:** Latest **Describe the bug** When you delete a user, the deleted user is not automatically removed from the Dashboard. **Steps To Reproduce** Delete a user **Expected behavior** Remove the...
.Net SDK
**Feature Description** I find Authorizer idea really great a full self hosted auth0 alternative and open source .. Great ... But no .Net Core SDK ? **Describe the solution you'd...
Hello everyone, I'm new to this project and I wanted to understand if it's possible to use Authorizer as a service for issuing "static" tokens without generating a session (not...