No description
Find a file
2025-12-06 05:52:48 +02:00
snippets initial commit 2024-10-20 08:37:19 +03:00
src if btn not disabled pointer cursor 2025-12-06 05:51:06 +02:00
test add disabled btn row 2025-12-06 05:52:27 +02: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 v1.0.18: updated deps 2025-12-06 05:43:40 +02:00
package.json v1.0.19 2025-12-06 05:52:48 +02: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).