Files
basango/projects/backend/api/identity-and-access/logout.bru
T
2025-10-05 14:42:25 +02:00

16 lines
148 B
Plaintext

meta {
name: logout
type: http
seq: 10
}
post {
url: {{baseUrl}}/token/invalidate
body: none
auth: bearer
}
auth:bearer {
token:
}