97 Commits

Author SHA1 Message Date
Leo Vasanko
cead912ddc Remove icon, prefer automatic use of /favicon.ico of the host site. 2025-09-02 10:17:40 -06:00
Leo Vasanko
0e7858b15d Redux 2025-09-01 20:21:20 -06:00
Leo Vasanko
028313eb27 Support WS connections on older browsers. 2025-09-01 20:15:14 -06:00
Leo Vasanko
70551cebb7 Better navigation on admin app. 2025-09-01 20:04:56 -06:00
Leo Vasanko
5a9bee9a1d Smarter user info 2025-09-01 20:02:52 -06:00
Leo Vasanko
19b5ce6464 Fix previous 2025-09-01 19:58:48 -06:00
Leo Vasanko
fd11cac4bc Unify user info across admin app and profile view. 2025-09-01 19:56:18 -06:00
Leo Vasanko
5302cb9d72 Use bun --bun consistently, avoid devmode origin override if specified by args rp-id and/or origin. 2025-09-01 19:47:46 -06:00
Leo Vasanko
357eb2b761 User name editing UI (hopefully fixed) 2025-09-01 18:59:39 -06:00
Leo Vasanko
7036338b33 Use rp-name for frontend branding 2025-09-01 18:48:59 -06:00
Leo Vasanko
0b285e6ef0 Count registration also as a login. 2025-09-01 18:40:05 -06:00
Leo Vasanko
6854ba62d4 Linter 2025-09-01 18:29:38 -06:00
Leo Vasanko
6d6c4ee35d User rename fixes. 2025-09-01 18:20:32 -06:00
Leo Vasanko
37eaffff3f Renaming of users in registration, profile and admin app. 2025-09-01 18:13:01 -06:00
Leo Vasanko
bc87f76d11 Crude dialog rather than prompt() for input fields. (needs cleanup) 2025-09-01 17:34:45 -06:00
Leo Vasanko
21035568f9 Updated frontend build script 2025-09-01 17:16:48 -06:00
Leo Vasanko
2b03fa74cd Only allow safe characters in permission IDs 2025-08-30 19:10:00 -06:00
Leo Vasanko
d045e1c520 Make default permissions use only : as separator. 2025-08-30 18:43:49 -06:00
Leo Vasanko
326a7664d3 Formatting 2025-08-30 18:43:27 -06:00
Leo Vasanko
c422f59b2e Extended demo Caddyfile 2025-08-30 18:41:28 -06:00
Leo Vasanko
4a0fbd8199 Implement Permission Denied handling. 2025-08-30 18:38:48 -06:00
Leo Vasanko
16de7b5f1f Allow specifying multiple permissions. 2025-08-30 16:47:38 -06:00
Leo Vasanko
cb17a332a3 Add permission check on forward-auth and validate. 2025-08-30 16:14:39 -06:00
Leo Vasanko
3e5c0065d5 Remodel reset token handling due to browsers sometimes refusing to set the cookie when opening the link (from another site). 2025-08-30 15:54:17 -06:00
Leo Vasanko
4f094a7016 Fixing cascade. 2025-08-30 14:07:32 -06:00
Leo Vasanko
f3e3679b6d Actually usable admin panel 2025-08-29 22:38:22 -06:00
Leo Vasanko
4db7f2e9a6 Almost usable admin panel 2025-08-29 21:54:51 -06:00
Leo Vasanko
efdfa77fc9 Basic navigation between auth and user pages. 2025-08-29 20:50:37 -06:00
Leo Vasanko
90f775734a Fix proxying so that Vite dev mode autoreloads. 2025-08-29 20:49:26 -06:00
Leo Vasanko
7380f09458 Major changes to server startup. Admin page tuning. 2025-08-29 20:41:38 -06:00
Leo Vasanko
6e80011eed Instruct type checker 2025-08-29 19:03:14 -06:00
Leo Vasanko
e0717f005a Drafting admin app (frontend) 2025-08-12 13:24:27 -07:00
Leo Vasanko
02ac4adc77 Support for adding permissions on roles and orgs. 2025-08-12 13:13:35 -07:00
Leo Vasanko
d2a6bfd2a5 Add permissions to orgs and roles (in DB-agnostic API). 2025-08-12 13:21:37 -06:00
Leo Vasanko
6d9f2a967e Cleaner formatting 2025-08-12 13:21:05 -06:00
Leo Vasanko
407994548a Almost complete org/permission handling. Much cleanup, bootstrap works. 2025-08-07 13:58:12 -06:00
Leo Vasanko
2e4ff30bea Users always belong to one Org. Implement a DB function to fetch all data relevant to a session. 2025-08-07 10:42:49 -06:00
Leo Vasanko
2e3ce32779 Bootstrapping cleanup, avoid double operations. 2025-08-07 00:45:12 -06:00
Leo Vasanko
07f5cf84fc Bootstrap cleanup 2025-08-06 23:56:13 -06:00
Leo Vasanko
f050dfb3f2 Bootstrap code cleanup. 2025-08-06 14:39:44 -06:00
Leo Vasanko
dcca3e3fbd Globals restructured to their own module. Origin and RP definition. 2025-08-06 13:23:35 -06:00
Leo Vasanko
5a129220aa Initial bootstrap to add admin user 2025-08-06 12:16:37 -06:00
Leo Vasanko
f96668b135 Cleaner error message on aborted Passkey operations. 2025-08-06 12:00:23 -06:00
Leo Vasanko
3c6c9b29f6 Frontend component selection logic simplified. 2025-08-06 11:33:34 -06:00
Leo Vasanko
74ba443d3d Avoid loading user info twice to show profile. 2025-08-06 10:57:41 -06:00
Leo Vasanko
ba5f2d8bd9 Error handling cleanup for WS too. 2025-08-06 10:53:13 -06:00
Leo Vasanko
c9ae53ef79 Centralised error handling & convenience. 2025-08-06 10:44:57 -06:00
Leo Vasanko
42545c07d2 Add New Passkey and Add New Device flows fixed. 2025-08-06 10:14:04 -06:00
Leo Vasanko
9f423135ed Refactor to not use status: success, but HTTP codes, and renamed the error key to detail to match FastAPI's own. 2025-08-06 10:09:55 -06:00
Leo Vasanko
cf138d90c5 Checkpoint, fixing reset token handling broken in earlier edits. 2025-08-06 09:55:14 -06:00