- Fixing user permission expand issue
- Fixing cookie token issue
- Refactor getting access token function
- Fixing CORS handler
- Fixing multiple namespace_role permission validation
- Disable default verify aud by pyjwt
- Reformat logging
- Code cleaning
- Add option for allowing referer header validation with subdomain
- Fixing memory leak issue.
- Fixing null revoked users issue.
- Change default IAM strict referer validation to false.
- Standardize error response.
- Add asyncio client support.
- Add FastAPI frameworks support.
- Add bloom filter support for token revocation.
- Add Flask CSRF support.
- Add Flask CORS options.
- Fixing Flask support extra requirements.
- Add backgroud refresh token, jwks and revocation list.
- Add Flask framework support.
- Add has ban, email and phone verification status.
- Add get client information, validate scope, role and audience.
- Add start local validation and validate parse and claims.
- Add get role and validate permission.
- Add client token grant & validate access token.