Releases: mgurdal/aegis
Releases · mgurdal/aegis
aegis 1.1.1 release
aegis 1.1.0 release
Changes
- AuthExceptions now excepts key-word arguments. So, users can add arbitrary information into response contexts or override existing ones.
Bugfixes
- Fix pip wheel build #27
aegis 1.0.0 release
It is the first major release🙌
Changes
- Used mkdocs as the documentation page generator
- Changed aegis.auth to aegis.decorators
- Used the name "authenticator" for all auth classes
- Simplified imports
- Added auth_schema and permission_key variables
- Added get_user and get_permissions method
- Added test utils
- Updated examples
- Updated documentation
- Added pypi and downloads badge
- Fixed exception documentation urls
- Fixed forbidden response detail grammar
- Fixed initialization exception message
- Fixed installation command
aegis 0.3.0 release
Changes
- Basic authentication feature and example code
aegis 0.2.0 release
Changes
- Refresh token feature and example code
aiohttp_auth 0.1.0 release
Changes
- Extensible authenticators
- Extensible error responses
- Custom matching algorithm support
- Custom response schema support
aegis 0.0.3 release
Changes
- Added new matching algorithms
- Separated routes
- Separated JWT encode/decode functions
aegis 0.0.2 release
Changes
- Add user defined exceptions
- Add add generic responses
- Removed isort check in CI
aegis 0.0.1 release
v0.0.1 change badge order