Hi everyone, i'm creating a new website using fast...
# support-questions-legacy
b
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
hey @benfa with supertokens, you can make your own frontend (/login) for example by following our custom UI guide.
However, the frontned will have to call the APIs exposed by our middleware as shown in our docs.