Skip to content

Commit

Permalink
Update machine_to_machine_auth.md
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
SanttuA authored Sep 11, 2024
1 parent 5c360b4 commit befbd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/machine_to_machine_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use M2M authentication:
* header Content-Type application/x-www-form-urlencoded
* form data:
* username=*myusername*
* passoword=*mypassword*
* password=*mypassword*
3. Use Respa API with header “Authorization: JWT *mytoken*”.
* To test M2M authentication works: GET <Respa URL>/v1/user/, should return current user’s info.
* Authorization tokens expire after a certain amount of time. New token needs to be retrieved at that point.

0 comments on commit befbd6f

Please sign in to comment.