Replies: 2 comments 2 replies
-
Hi Thanks in advance
|
Beta Was this translation helpful? Give feedback.
-
This is based on the latest code, so might be different from March time. The User API endpoints do not require authorization. So from Postman, after setting up a user (you can call /api/users/register and then update the EmailConfirmed column manually in DB if you have not got email set up), you would then call In Postman we then use the Tests tab and a global variable ({{access_token}}) to use that access token for the other api calls that require authorization
Hope that makes sense and helps. |
Beta Was this translation helpful? Give feedback.
-
I've been looking around the project for a way to log in to the application via postman instead of the UI project. Is there an endpoint I can use to get a token or something? I've already searched the requests that the front end sends out but couldn't figure out anything.
I was thinking about creating an authentication controller that consumes the Authentication service in Infrastructure/Identity but wanted to make sure that there isn't something already implemented.
Beta Was this translation helpful? Give feedback.
All reactions