Easy-auth

Latest version: v2.0.3

Safety actively analyzes 714792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

1.0.10

What's Changed
* Fix - Corrected issue with EasyAuthServer db cred handling by codemation in https://github.com/codemation/easyauth/pull/40


**Full Changelog**: https://github.com/codemation/easyauth/compare/1.0.9...1.0.10

1.0.9

What's Changed
* EasyAuthClient - Allow disable of redirect after google oauth login by codemation in https://github.com/codemation/easyauth/pull/39


**Full Changelog**: https://github.com/codemation/easyauth/compare/1.0.8...1.0.9

1.0.8

What's Changed
* Dependency Update by codemation in https://github.com/codemation/easyauth/pull/38


**Full Changelog**: https://github.com/codemation/easyauth/compare/1.0.7...1.0.8

1.0.7

What's Changed
* HOTFIX - moved api / gui router creation into modules where used, and… by codemation in https://github.com/codemation/easyauth/pull/36

1.0.6

What's Changed
* Feature - Add EasyAuthRouter default permissions by codemation in https://github.com/codemation/easyauth/pull/35

1.0.5

Minor Fix
This release adds support for postgres, mysql to docker image: joshjamison/easyauth
Incremented min `pydbantic` version.

Docker Run Example
bash
docker run --name easyauth \
-e DB_TYPE=postgres \
-e DB_NAME=auth \
-e DB_USER=postgres \
-e DB_HOST=127.0.0.1 \
-e DB_PASSWORD=postgres_pw \
-e ISSUER=EasyAuth \
-e SUBJECT=EasyAuthAuth \
-e AUDIENCE=EasyAuthApis \
-e KEY_PATH=/mnt/easyauth \
-e KEY_NAME=test_key \
-v $(pwd)/easyauth-vol:/mnt/easyauth \
-p 8220:8220 \
-d joshjamison/easyauth:1.0.3

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.