This website requires JavaScript.
5ad3ccb5ae
Implement breadcrumb navigation.
LeoVasanko
2025-09-28 08:47:45 +00:00
ec098b862c
Implement credential reset via CLI.
v0.1.0
LeoVasanko
2025-09-27 05:18:33 +00:00
bd5a920a56
Update documentation.
LeoVasanko
2025-09-27 04:59:18 +00:00
88275beb0f
Make the /auth/api/validate endpoint renew sessions if needed.
LeoVasanko
2025-09-27 04:59:11 +00:00
d897f9c217
Updated example Caddyfile
LeoVasanko
2025-09-27 04:58:36 +00:00
fc673c8d8e
Support auth request for WebSocket connections (using plain HTTP for auth). Use keep-alive for better performance.
LeoVasanko
2025-09-27 03:00:56 +00:00
4315584589
Cleanup
LeoVasanko
2025-09-27 03:00:17 +00:00
ffbe8a6b18
Minor tuning of Caddy configuration and improved documentation.
LeoVasanko
2025-09-26 07:12:11 +00:00
39ba032450
Provide user info in Remote-* headers. Caddy configuration improved.
LeoVasanko
2025-09-26 06:12:40 +00:00
f28e69a9ce
Cleaner logout.
LeoVasanko
2025-09-03 07:11:25 +00:00
09b9894407
Cleaned up login/logout flows.
LeoVasanko
2025-09-03 07:08:16 +00:00
4052122d40
Fix url_for query arg on reset link redirect.
LeoVasanko
2025-09-03 06:32:56 +00:00
f0ff3cf977
Fix matching bug
LeoVasanko
2025-09-03 06:22:21 +00:00
07212ee1de
Major refactoring of admin API (permissions, paths)
LeoVasanko
2025-09-03 06:08:06 +00:00
340888a178
Refactoring permissions checks.
LeoVasanko
2025-09-03 05:28:26 +00:00
53f1745ebd
Utility module for accessing frontend in backend code.
LeoVasanko
2025-09-03 04:05:20 +00:00
42e0266cd6
Move forward auth under /admin/api/forward
LeoVasanko
2025-09-03 03:03:39 +00:00
982937572a
New lint option path in pyproject
LeoVasanko
2025-09-03 03:03:02 +00:00
5c5da10c8b
Moved exception handlers to sub apps.
LeoVasanko
2025-09-03 02:57:06 +00:00
0d725f85a5
Rename variable to silence linter
LeoVasanko
2025-09-03 02:45:23 +00:00
6e5ea9eac0
Refactor API under /auth/api
LeoVasanko
2025-09-03 02:32:19 +00:00
5281432c96
Restructure admin app separate of user api.
LeoVasanko
2025-09-03 02:04:52 +00:00
ed2b0f6f3c
Remove icon, prefer automatic use of /favicon.ico of the host site.
LeoVasanko
2025-09-02 22:17:40 +00:00
cf4835ff83
Redux
LeoVasanko
2025-09-02 08:21:20 +00:00
01251a4769
Support WS connections on older browsers.
LeoVasanko
2025-09-02 08:15:14 +00:00
aed9835098
Better navigation on admin app.
LeoVasanko
2025-09-02 08:04:56 +00:00
54a0d84cb5
Smarter user info
LeoVasanko
2025-09-02 08:02:52 +00:00
70a7bc791f
Fix previous
LeoVasanko
2025-09-02 07:58:48 +00:00
a84556509a
Unify user info across admin app and profile view.
LeoVasanko
2025-09-02 07:56:18 +00:00
3547144313
Use bun --bun consistently, avoid devmode origin override if specified by args rp-id and/or origin.
LeoVasanko
2025-09-02 07:47:46 +00:00
2769d8c7f0
User name editing UI (hopefully fixed)
LeoVasanko
2025-09-02 06:59:39 +00:00
a526344842
Use rp-name for frontend branding
LeoVasanko
2025-09-02 06:48:59 +00:00
93d722c4d2
Count registration also as a login.
LeoVasanko
2025-09-02 06:40:05 +00:00
b39eb59961
Linter
LeoVasanko
2025-09-02 06:29:38 +00:00
a1d5270dd7
User rename fixes.
LeoVasanko
2025-09-02 06:20:32 +00:00
e1e933c756
Renaming of users in registration, profile and admin app.
LeoVasanko
2025-09-02 06:13:01 +00:00
b9c1fe059c
Crude dialog rather than prompt() for input fields. (needs cleanup)
LeoVasanko
2025-09-02 05:34:45 +00:00
2b371c70db
Updated frontend build script
LeoVasanko
2025-09-02 05:16:48 +00:00
db19ff61f6
Only allow safe characters in permission IDs
LeoVasanko
2025-08-31 07:10:00 +00:00
0e4e4f4cfa
Make default permissions use only : as separator.
LeoVasanko
2025-08-31 06:43:49 +00:00
24404738ab
Formatting
LeoVasanko
2025-08-31 06:43:27 +00:00
3a52966fc1
Extended demo Caddyfile
LeoVasanko
2025-08-31 06:41:28 +00:00
d7735675b7
Implement Permission Denied handling.
LeoVasanko
2025-08-31 06:38:48 +00:00
c06b7ddf26
Allow specifying multiple permissions.
LeoVasanko
2025-08-31 04:47:38 +00:00
c67a83abdc
Add permission check on forward-auth and validate.
LeoVasanko
2025-08-31 04:13:54 +00:00
ad4bde5d0d
Remodel reset token handling due to browsers sometimes refusing to set the cookie when opening the link (from another site).
LeoVasanko
2025-08-31 03:54:17 +00:00
54cef0f9d6
Fixing cascade.
LeoVasanko
2025-08-31 02:07:32 +00:00
d229ed267c
Actually usable admin panel
LeoVasanko
2025-08-30 10:38:22 +00:00
9402aae829
Almost usable admin panel
LeoVasanko
2025-08-30 09:54:51 +00:00
75bcdb8b18
Basic navigation between auth and user pages.
LeoVasanko
2025-08-30 08:50:37 +00:00
6c6e62cd5b
Fix proxying so that Vite dev mode autoreloads.
LeoVasanko
2025-08-30 08:49:26 +00:00
395ecdbd19
Major changes to server startup. Admin page tuning.
LeoVasanko
2025-08-30 08:41:38 +00:00
6840f319eb
Instruct type checker
LeoVasanko
2025-08-30 07:03:14 +00:00
ff9bb1558d
Drafting admin app (frontend)
LeoVasanko
2025-08-13 03:24:27 +00:00
ee3708105b
Support for adding permissions on roles and orgs.
LeoVasanko
2025-08-13 03:13:35 +00:00
37640ab42b
Add permissions to orgs and roles (in DB-agnostic API).
LeoVasanko
2025-08-13 01:21:37 +00:00
c69b09ceec
Cleaner formatting
LeoVasanko
2025-08-13 01:21:05 +00:00
7e45bba612
Almost complete org/permission handling. Much cleanup, bootstrap works.
LeoVasanko
2025-08-08 01:58:12 +00:00
2505f96dde
Users always belong to one Org. Implement a DB function to fetch all data relevant to a session.
LeoVasanko
2025-08-07 22:42:49 +00:00
6a7edbb055
Bootstrapping cleanup, avoid double operations.
LeoVasanko
2025-08-07 12:45:12 +00:00
2c951f6be1
Bootstrap cleanup
LeoVasanko
2025-08-07 11:56:13 +00:00
62cf384cfa
Bootstrap code cleanup.
LeoVasanko
2025-08-07 02:39:44 +00:00
df377c4a14
Globals restructured to their own module. Origin and RP definition.
LeoVasanko
2025-08-07 01:23:35 +00:00
0578706bdf
Initial bootstrap to add admin user
LeoVasanko
2025-08-07 00:16:37 +00:00
039613a8b3
Cleaner error message on aborted Passkey operations.
LeoVasanko
2025-08-07 00:00:23 +00:00
04953c7903
Frontend component selection logic simplified.
LeoVasanko
2025-08-06 23:33:34 +00:00
764bbd1115
Avoid loading user info twice to show profile.
LeoVasanko
2025-08-06 22:57:41 +00:00
82150be650
Error handling cleanup for WS too.
LeoVasanko
2025-08-06 22:53:13 +00:00
5a55417dad
Centralised error handling & convenience.
LeoVasanko
2025-08-06 22:44:57 +00:00
4ca6eb9994
Add New Passkey and Add New Device flows fixed.
LeoVasanko
2025-08-06 22:14:04 +00:00
b255362946
Refactor to not use status: success, but HTTP codes, and renamed the error key to detail to match FastAPI's own.
LeoVasanko
2025-08-06 22:09:55 +00:00
c8bb2ab12e
Checkpoint, fixing reset token handling broken in earlier edits.
LeoVasanko
2025-08-06 21:55:14 +00:00
1440727955
Add organisations on DB
LeoVasanko
2025-08-06 00:16:02 +00:00
54056c7851
gitignore
LeoVasanko
2025-08-06 00:15:48 +00:00
e035067ffb
Change filename to passkey-auth.sqlite
LeoVasanko
2025-08-05 21:24:38 +00:00
053fd8b58a
Remove extra file
LeoVasanko
2025-08-05 21:22:59 +00:00
8b559e0ad9
Allow externally initialized DB for FastAPI app lifespan.
LeoVasanko
2025-08-05 21:20:32 +00:00
a4101e708a
Separated session management from its FastAPI-dependent parts, creating authsession.py on main level. Startup/main/scripts cleanup, now runs with passkey-auth command that takes CLI arguments.
LeoVasanko
2025-08-05 21:02:49 +00:00
9d0c97f403
Finish DB cleanup/refactoring. Working now.
LeoVasanko
2025-08-05 20:26:35 +00:00
af8dea1a02
Database cleanup, base class, separated from FastAPI app.
LeoVasanko
2025-08-05 19:55:31 +00:00
fa8c2c5ba8
DB refactor (currently broken)
LeoVasanko
2025-08-05 18:41:07 +00:00
3a1659ac20
Device link cleanup.
LeoVasanko
2025-08-02 20:13:31 +00:00
be8c553e01
Device addition link tuning. QR code larger and better handling while loading.
LeoVasanko
2025-08-02 20:11:28 +00:00
71db80c7ea
Everything works. Minor adjustments on frontend and backend for the new API.
LeoVasanko
2025-08-02 19:41:42 +00:00
f524b85f40
Fixes to backend API changes. The whole app is mostly functional.
LeoVasanko
2025-08-02 01:48:38 +00:00
d0bae33912
No underline on link CSS
LeoVasanko
2025-08-02 01:47:59 +00:00
be9659e8dd
No server secret file needed anymore.
LeoVasanko
2025-08-02 01:17:20 +00:00
f1ef7e43cc
Frontend adjusted for the new API.
LeoVasanko
2025-08-02 01:16:10 +00:00
9b82f77729
Major cleanup and refactoring of the backend (frontend not fully updated).
LeoVasanko
2025-08-02 00:32:27 +00:00
f86406b4d4
Removal of JWT code, cleanup, using User dataclass rather than UserModel in APIs.
LeoVasanko
2025-07-28 11:44:26 +00:00
fb898193e2
Late night hacking...?
LeoVasanko
2025-07-15 05:45:01 +00:00
69f68d6930
Database reworked simpler, JWTs replaced by sessions table and random tokens. Accessing Add device link is currently broken.
LeoVasanko
2025-07-15 05:29:48 +00:00
6a2c6f7ed0
Refactoring reset and session tokens, currently broken.
LeoVasanko
2025-07-15 04:10:02 +00:00
158115f172
Refactor to get user info from a single endpoint
LeoVasanko
2025-07-15 00:30:10 +00:00
4b20a53aa2
A lot of cleanup, restructuring project directory.
LeoVasanko
2025-07-14 23:54:04 +00:00
286a5180a4
Nxing/Caddy forward_auth support. Various fixes to bugs created in earlier edits. Vite server needs different base in dev mode, fixed.
LeoVasanko
2025-07-14 04:54:53 +00:00
e7192e078e
Build frontend as part of Python build
LeoVasanko
2025-07-14 02:23:07 +00:00
b572039a2f
Delete leftover files from early version
LeoVasanko
2025-07-14 02:06:32 +00:00
1850f9b27f
Move the whole app under /auth/, fix static build.
LeoVasanko
2025-07-14 02:03:15 +00:00
c4bf411404
Use origin from requests, rather than hardcode it. This is still constrained to rp_id and its subdomains, so it should be fine for security, also WebSockets make sure the origin doesn't change between stages of the chat.
LeoVasanko
2025-07-14 00:55:01 +00:00