Leo Vasanko LeoVasanko
  • Joined on 2023-10-15
LeoVasanko pushed tag v0.3.1 to LeoVasanko/pyaegis 2025-11-10 17:13:11 +00:00
LeoVasanko pushed tag v0.3.0 to LeoVasanko/pyaegis 2025-11-10 17:13:11 +00:00
LeoVasanko pushed tag v0.2.0 to LeoVasanko/pyaegis 2025-11-10 17:13:11 +00:00
LeoVasanko pushed to main at LeoVasanko/pyaegis 2025-11-10 17:12:53 +00:00
88efc4cabc Update pyproject, bump version.
04b11e9925 README tuning. New benchmark results (a bit slower than initial versions were).
d8a9a7ee9d Use a much faster method to wipe buffers.
f5430a6ad4 Cleanup.
f84ef727d3 Bump version
Compare 10 commits »
LeoVasanko created branch main in LeoVasanko/pyaegis 2025-11-10 17:12:53 +00:00
LeoVasanko created repository LeoVasanko/pyaegis 2025-11-10 17:12:27 +00:00
LeoVasanko pushed tag v0.4.0 to LeoVasanko/passkey-auth 2025-10-05 01:49:59 +01:00
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-05 01:48:34 +01:00
07525b47ae Centralise all cookie handling to session.py.
1ad1644b64 Refactor /api/user/* to its own module.
876215f1c1 Reset dialog UX improved.
Compare 3 commits »
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-05 01:14:28 +01:00
59e7e40128 Harmonise ProfileView and HostApp.
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-05 01:06:59 +01:00
a0da799c9e Tuning the host app.
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-05 00:55:28 +01:00
94efb00e34 Don't redirect non-auth-host /auth/ to auth site but show basic info on current host, and allow logging out. Adds a new host app for this purpose.
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-05 00:26:28 +01:00
f9f4d59c6b Deny creating sessions for hosts other than rp-id subdomains.
45f9870d0d WebSockets must use origin for finding the host calling them.
Compare 2 commits »
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-04 23:59:14 +01:00
2a81544701 Correction on restricted path checking (auth-host).
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-04 23:49:37 +01:00
a60c1bd5f5 Refactor auth-host redirection middleware to its own module.
229f066533 Add validation of the CLI specified --auth-host (needs to be within rp-id).
97f653e116 Fix deletion of session cookie on host logout.
29be642dbe Better UX for profile view logout buttons.
bfb11cc20f A major refactoring for more consistent and stricter flows.
Compare 5 commits »
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-04 16:00:02 +01:00
389e05730b Refactor user editing endpoints (only auth site) under api/user/ while leaving host-based endpoints at api root.
79b6c50a9c More consistent shared styling between credential and session cards.
591ea626bf Add host-based authentication, UTC timestamps, session management, and secure cookies; fix styling issues; refactor to remove module; update database schema for sessions and reset tokens.
Compare 3 commits »
LeoVasanko pushed tag v0.3.0 to LeoVasanko/passkey-auth 2025-10-02 23:10:09 +01:00
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-02 23:10:02 +01:00
963ab06664 Use git tag versioning for the Python project.
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-02 22:57:37 +01:00
bb35e57ba4 Fix reset link logic to include /auth when no configured auth-host.
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-02 22:45:57 +01:00
5d8304bbd9 Refactor user-profile, restricted access and reset token registration as separate apps so the frontend does not need to guess which context it is running in.
LeoVasanko pushed to main at LeoVasanko/passkey-auth 2025-10-02 19:31:29 +01:00
fbfd0bbb47 Create registration links on the same host (subdomain) that is being used by the one who creates it.