Skip to content

Commit

Permalink
[DSC-710] Added missing type on machine token rest resource
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGiamminonni committed Aug 24, 2022
1 parent 9d3d8c1 commit fc6649c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ The token follows the "JSON Web Token structure", same as the login tokens.
```json
{
"token": "eyJhbGciOiJIUzI1NiJ9.eyJlaWQiOiJjZDgyNGE2MS05NWJlLTRlMTYtYmNjZC01MWZlYTI2NzA3ZDAiLCJzZyI6W10sImV4cCI6MTU5MDQxMzUwNn0.XRK4ldh9l4My45gJzLtcW97hVUpbtM5oAQsxuQ2V37c",
"type": "machinetoken",
"_links": {
"self": {
"href": "http://${dspace-server.url}/api/authn/machinetokens"
Expand Down

0 comments on commit fc6649c

Please sign in to comment.