You will also need to implement the `/api/auth/aut...
# support-questions
r
You will also need to implement the
/api/auth/authorisationurl
API unfortunately.. same. The copy pasting trick should work. The code can be found here: https://github.com/supertokens/supertokens-node/blob/master/lib/ts/recipe/thirdparty/api/authorisationUrl.ts The reason for this is that right now the
disableDefaultImplementation
is not that fine grained.. --------------- you can do the above, or, you can remove the
disableDefaultImplementation
entirely from your config, and just add your custom APIs above the supertokens middleware (actually this may be the best method).