@kudze/auth-guard-server
v1.0.5
Published
Small React TS UI for auth guard for tokens from https://auth.kudze.lt (Contains components that can be rendered on server)
Downloads
392
Readme
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
).