1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-04-19 09:01:18 +00:00
Commit graph

32 commits

Author SHA1 Message Date
dotX12
b8e220bb48 Add Suspense to VerificationPage for consistent error handling.
Read: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
2025-01-26 16:59:10 +03:00
dotX12
cd2781c736 Update VerificationPage to use Suspense for consistent error handling.
Read: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
2025-01-26 16:59:04 +03:00
dotX12
9b8b83c721 Update RegistrationPage to use Suspense for consistent error handling.
Read: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
2025-01-26 16:58:13 +03:00
dotX12
f25def20e9 Update RecoveryPage to use Suspense for consistent error handling.
Read: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
2025-01-26 16:58:04 +03:00
dotX12
55900bb460 Update LoginPage to use Suspense for consistent error handling.
Read: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
2025-01-26 16:57:58 +03:00
dotX12
015f04b76a Update ErrorPage to use Suspense for consistent error handling.
Read: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
2025-01-26 16:57:46 +03:00
dotX12
5c01f1a730 Update ConsentForm props to use onAcceptAction and onRejectAction for consistency. 2025-01-26 16:56:06 +03:00
dotX12
0ac61933e6 Update NodeImage component to use next/image for better performance and responsiveness. 2025-01-26 16:55:59 +03:00
dotX12
439fdfb84b Update middleware to use forwarded and host headers for nodeHost determination. 2025-01-26 16:55:48 +03:00
dotX12
ad1e1e2f86 Update useEffect dependency array in hooks.tsx. 2025-01-26 16:55:40 +03:00
dotX12
e62fc35d12 Rename onAccept, onReject functions; update useEffect dependencies in consentForm.tsx
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:55:28 +03:00
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
tampler
12f61cfea9 fix: build bug due to invalid session use 2025-01-25 17:06:31 +03:00
Markus Thielker
ea13802183
NORY-34: fix serwist configuration 2025-01-07 19:13:53 +01:00
Markus Thielker
cb1812cde0
NORY-26: limit error width and add horizontal margin 2024-12-26 15:37:20 +01:00
Markus Thielker
b903517e88
NORY-26: remove case on top of error handling 2024-12-26 12:34:53 +01:00
Markus Thielker
fe1c5cc83a
NORY-26: add protocol to middleware redirects 2024-12-26 12:31:41 +01:00
Markus Thielker
daab1bf3ee
NORY-36: fix app description 2024-12-17 18:40:29 +01:00
Markus Thielker
b7f8c72a4f
NORY-36: update README.md 2024-12-17 18:39:41 +01:00
Markus Thielker
9bb2dbbe4d
NORY-24: migrate from npm to bun 2024-12-07 23:50:41 +01:00
Markus Thielker
7300b37f73
NORY-9: include return_to value in links 2024-12-02 17:50:23 +01:00
Markus Thielker
93acfb7cfc
NORY-9: exclude service-worker from middleware 2024-12-02 17:45:40 +01:00
Markus Thielker
4de258156c
NORY-20: improve authentication middleware 2024-12-02 16:42:48 +01:00
Markus Thielker
4c67b2b68b
NORY-14: refactor imports 2024-12-02 00:42:47 +01:00
Markus Thielker
9ee7da3a6c
NORY-14: refactor Kratos and Hydra APIs (authentication) 2024-12-01 15:39:34 +01:00
Markus Thielker
71df52446c
NORY-16: check if session exists in middleware (authentication) 2024-11-30 20:35:41 +01:00
Markus Thielker
0cedc64b8e
NORY-10: add suppressHydrationWarning to authentication root html tag 2024-11-29 03:44:02 +01:00
Markus Thielker
b2a4ba775d
NORY-4: migrate to Next.js 15 2024-11-27 14:46:35 +01:00
Markus Thielker
4960b2c481
NORY-4: update dependencies for Next.js 14 2024-11-24 14:51:09 +01:00
Markus Thielker
6535ad24c5
NORY-1: remove unused setter 2024-11-24 00:06:39 +01:00
Markus Thielker
e2a8f1d2a4
NORY-1: add user session management 2024-11-24 00:06:00 +01:00
Markus Thielker
a74e7f3ebd
Initial commit 2024-05-03 05:50:03 +02:00