Hi everyone, i'm creating a new website using fastapi with Jinja2 template and htmx, so i'm not creating json apis, instead my apis return html code (like the good old days) my idea is to have a /login /registre /logout, i don't see any example for something like that. Do you have any suggestoins on how to use supertoken to do this? i'm trying to use the postsignin/postsignup but i'm not sure that's che correct way. any suggestions?
r
rp_st
08/07/2023, 5:57 AM
hey @benfa with supertokens, you can make your own frontend (/login) for example by following our custom UI guide.
rp_st
08/07/2023, 5:57 AM
However, the frontned will have to call the APIs exposed by our middleware as shown in our docs.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).