1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-19 00:51:18 +00:00
next-ory/authentication
dotX12 d73f90b6ce Refactor session invalidation logic for improved readability and structure.
Fix: `./src/components/accountSessions.tsx
      27:8  Warning: React Hook useCallback has a missing dependency: 'loadSessions'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
      50:8  Warning: React Hook useEffect has a missing dependency: 'loadSessions'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps`
2025-01-26 16:43:17 +03:00
..
public Initial commit 2024-05-03 05:50:03 +02:00
src Refactor session invalidation logic for improved readability and structure. 2025-01-26 16:43:17 +03:00
.env.example Initial commit 2024-05-03 05:50:03 +02:00
.eslintrc.json Initial commit 2024-05-03 05:50:03 +02:00
.gitignore fix: build bug due to invalid session use 2025-01-25 17:06:31 +03:00
bun.lockb NORY-24: migrate from npm to bun 2024-12-07 23:50:41 +01:00
components.json Initial commit 2024-05-03 05:50:03 +02:00
Dockerfile Initial commit 2024-05-03 05:50:03 +02:00
next.config.mjs NORY-4: migrate to Next.js 15 2024-11-27 14:46:35 +01:00
package.json fix: build bug due to invalid session use 2025-01-25 17:06:31 +03:00
postcss.config.js Initial commit 2024-05-03 05:50:03 +02:00
README.md NORY-36: update README.md 2024-12-17 18:39:41 +01:00
tailwind.config.ts Initial commit 2024-05-03 05:50:03 +02:00
tsconfig.json NORY-4: migrate to Next.js 15 2024-11-27 14:46:35 +01:00

Next-Ory - Authentication

This directory contains a NextJS 15 (app router) UI Node, implementing all Ory Kratos and Ory Hydra UI flows.

Stack