hashicorp-demoapp / product-api-go

Products API written in Go
Mozilla Public License 2.0
44 stars 27 forks source link

Ability to revoke user token #9

Closed joatmon08 closed 3 years ago

joatmon08 commented 3 years ago

Add an endpoint to /signout a user, removing them from the database and revoking their token. This will be used to demonstrate Vault plugin development.