also, do you have plans to make the endpoints cust...
# support-questions-legacy
z
also, do you have plans to make the endpoints customizable somehow? like for example, we use
login
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?