No description
Find a file
Karolis Kudze Kraujelis 0c5e8fc768 v1.0.17
2025-09-07 22:34:04 +03:00
snippets initial commit 2024-10-20 08:37:19 +03:00
src v1.0.16 2025-09-07 18:29:44 +03:00
test update test with ring 2025-09-07 22:33:42 +03:00
.gitignore almost built preview of all components 2025-09-04 03:40:58 +03:00
LICENSE initial commit 2024-10-20 08:37:19 +03:00
package-lock.json actually zod isn't even used, we can drop it 2025-09-07 12:09:37 +03:00
package.json v1.0.17 2025-09-07 22:34:04 +03:00
README.md upd reamde 2024-10-20 09:05:23 +03:00
tsconfig.json initial commit 2024-10-20 08:37:19 +03:00
tsup.config.ts v1.0.0 2024-10-20 08:55:31 +03:00

Auth Guard Server

Description

This is submodule of Kudze Auth Guard, that contains components that can be rendered on the server.

Environment variables

In case used from Vite

  • VITE_AUTH_API_URL - URL of authenticator (default: https://auth.kudze.lt/api).

In case used from NextJs

  • NEXT_PUBLIC_AUTH_API_URL - URL of authenticator (default: https://auth.kudze.lt/api).