marcos-vcs / spring-boot-authentication-authorization-example

This repository aims to bring a simple example of implementing authentication and authorization using JWT and spring security.
MIT License
0 stars 4 forks source link

postman collection #1

Closed Iman9mo closed 2 months ago

Iman9mo commented 2 months ago

Can you share postman collection for testing your app ? must I use token in header ? @marcos-vcs

marcos-vcs commented 2 months ago

Good morning, the JWT token must go in the request header through the "Authorization" key.

Iman9mo commented 2 months ago

thanks for your description