You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Use this API to revoke a refresh token. It needs a request with a valid refresh_token in the form of an Authorization: Bearer <refresh_token>. It will return a JSON confirmation message or an error message.

Example Query

http://danteweb.lnf.infn.it:8000/auth/logout/refresh

PAYLOAD:
POST Query header

Authorization: Bearer <refresh_token>

It will return:

{
	"message": "Refresh token has been revoked"
}


  • No labels