Skip to content

Releases: mgurdal/aegis

aegis 1.1.1 release

14 Apr 10:35

Choose a tag to compare

Changes

  • Fixed request user control
  • Fixed documentation page generation

Bugfixes

  • Fix request user control #46
  • Fix mkdocs social icons #44

aegis 1.1.0 release

14 Jan 18:51
6e07d72

Choose a tag to compare

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

09 May 18:46

Choose a tag to compare

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

25 Apr 01:17

Choose a tag to compare

aegis 0.3.0 release Pre-release
Pre-release

Changes

  • Basic authentication feature and example code

aegis 0.2.0 release

23 Apr 00:43

Choose a tag to compare

aegis 0.2.0 release Pre-release
Pre-release

Changes

  • Refresh token feature and example code

aiohttp_auth 0.1.0 release

27 Mar 21:59

Choose a tag to compare

Pre-release

Changes

  • Extensible authenticators
  • Extensible error responses
  • Custom matching algorithm support
  • Custom response schema support

aegis 0.0.3 release

18 Mar 21:16

Choose a tag to compare

aegis 0.0.3 release Pre-release
Pre-release

Changes

  • Added new matching algorithms
  • Separated routes
  • Separated JWT encode/decode functions

aegis 0.0.2 release

17 Mar 21:15

Choose a tag to compare

aegis 0.0.2 release Pre-release
Pre-release

Changes

  • Add user defined exceptions
  • Add add generic responses
  • Removed isort check in CI

aegis 0.0.1 release

17 Mar 21:19

Choose a tag to compare

aegis 0.0.1 release Pre-release
Pre-release
v0.0.1

change badge order