Does strapi has a logout endpoint?

No, if you are using the default authentication provider which returns a token, then the client application deals with storing the token for further requests. Typically, the client has a “logout” function which would then get rid of the currently stored token and make the user login again to obtain a token.

2 Likes