You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should just pass the exact users of fakestoreapi.com/users. {"username":"Victor98","password":"parola1"} is not a fakestoreapi sample users. in the documentation you can see this: "You can use any of the users' username and password available in users API to get token. any other usernames return error."
Originally posted by @keikaavousi in #97 (comment)
Then how to add user and then login with that user.
The text was updated successfully, but these errors were encountered:
lalitgawde
changed the title
Hi @VictorConstantin98 @malisara
login issue with new added user
Nov 12, 2023
You cannot as this API is meant to be used to help you with working / previewing your project with real life kind of data. The users are preset and cannot be altered. The main purpose of users is you have access to environment which returns you jwt / token / refresh token which you can then use in application for authorization purposes.
TLDR: Users / products & anything else cannot be altered / added / modified -> only fetched :)
You should just pass the exact users of fakestoreapi.com/users. {"username":"Victor98","password":"parola1"} is not a fakestoreapi sample users. in the documentation you can see this: "You can use any of the users' username and password available in users API to get token. any other usernames return error."
Originally posted by @keikaavousi in #97 (comment)
Then how to add user and then login with that user.
The text was updated successfully, but these errors were encountered: