No description
snippets | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsup.config.ts |
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
).