| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.0.0 source code.tar.gz | 2026-03-20 | 670.1 kB | |
| 2.0.0 source code.zip | 2026-03-20 | 893.5 kB | |
| README.md | 2026-03-20 | 2.5 kB | |
| Totals: 3 Items | 1.6 MB | 0 | |
What's Changed
- 📝 docs(self hosting): Add deployment link for Alibaba Cloud by @LYH-RAIN in https://github.com/authorizerdev/authorizer/pull/464
- fix: consistent ClientID assignment, close [#470] by @localnerve in https://github.com/authorizerdev/authorizer/pull/472
- v2 optimise performance + security by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/466
- chore: fix mail verification by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/475
- fix: use JWTPublicKey for ECDSA token parsing by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/487
- test: add missing test coverage for admin queries and edge cases by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/498
- fix: respect isStrongPasswordDisabled in password validator by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/488
- fix: use crypto/rand for OTP generation by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/489
- fix: use constant-time comparison for admin secret by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/490
- fix: add revoked user check to VerifyEmail and VerifyOTP by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/491
- fix: correct boolean condition for password change in UpdateProfile by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/493
- fix: add OTP expiration check in ResetPassword by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/494
- fix: use zero-length slice with capacity for EmailTemplates by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/496
- fix: validate roles in VerifyEmail HTTP handler by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/497
- fix: correct verification request expiry logic in Login by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/492
- fix: check verificationRequest.Identifier for login method in VerifyEmail by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/495
- fix: OAuth2/OIDC standards compliance for HTTP handlers by @lakhansamani in https://github.com/authorizerdev/authorizer/pull/499
New Contributors
- @LYH-RAIN made their first contribution in https://github.com/authorizerdev/authorizer/pull/464
- @localnerve made their first contribution in https://github.com/authorizerdev/authorizer/pull/472
Full Changelog: https://github.com/authorizerdev/authorizer/compare/1.4.4...2.0.0