Java Web Tokens
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
279 B

GET http://localhost:4000/posts
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiUmVpbXUiLCJpYXQiOjE2NjE3NjQ4Njl9.2h9bt6SOF3Rz79q7S7oY8T0nkiEoRGLLXJRzHHdhkaA
###
POST http://localhost:4000/login
Content-Type: application/json
{
"username": "Reimu"
}