zeferinix
09/04/2021, 2:08 PMlogin
and logout
instead of sign in
and sign out
, supertokens-website currently have it hardcoded to /signout
https://github.com/supertokens/supertokens-website/blob/85e9f69bb7a17b6f807e5a1e457fc9163463a6e3/lib/ts/fetch.ts#L149
we could've just overriden the signout()
and call our endpoint manually but it seems like it is doing other things as well
https://github.com/supertokens/supertokens-website/blob/85e9f69bb7a17b6f807e5a1e457fc9163463a6e3/lib/ts/recipeImplementation.ts#L70
what do you think?