7 Commits

Author SHA1 Message Date
Alexandre Bove
a30cfe1a1e Refactor isAuthenticated check to use Boolean for clarity 2025-08-01 08:51:42 +02:00
Alexandre Bove
7d0a6e5a74 Refactor GraphQL API routes and remove unused components; enhance error handling and context management 2025-07-30 12:29:13 +02:00
Alexandre Bove
f1f1b45c91 removed personal access token on logto 2025-07-29 10:22:32 +02:00
Alexandre Bove
ac3161c7b9 Refactor authentication flow to use 'signIn' instead of 'login' and enhance PAT handling with Logto integration 2025-07-29 10:03:36 +02:00
Alexandre Bove
726a9adf1f Enhance authentication and authorization features with Logto integration
- Enrich context with user roles, permissions, and resources from Logto.
- Update setAuth function to handle JWT decoding and user data retrieval.
- Refactor initGuard to utilize new auth structure.
- Modify resource and role services to support new data types and error handling.
2025-07-29 08:55:33 +02:00
Alexandre Bove
b59fa5e267 logto implementation 2025-07-28 15:37:21 +02:00
Alexandre Bove
bbda602fac Initial commit from Create Next App 2025-07-24 10:04:31 +02:00