Open TinoCle opened 1 day ago
This login screen will send the username and password to /login/ and if we receive a 200 OK response and a JWT, we can proceed to /home.
/login/
200 OK
JWT
/home
Continue using FastHTML and the Shadcn UI library.
Description
This login screen will send the username and password to
/login/
and if we receive a200 OK
response and aJWT
, we can proceed to/home
.Continue using FastHTML and the Shadcn UI library.
Screenshot