Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

token mismatch between DB and response #20

Open
sagarsumit03 opened this issue Apr 24, 2019 · 0 comments
Open

token mismatch between DB and response #20

sagarsumit03 opened this issue Apr 24, 2019 · 0 comments

Comments

@sagarsumit03
Copy link

hi, I used the below url http://localhost:9191/api/oauth/token?username=admin&password=admin&grant_type=password to generate tokens, now when I check the DB they are storing something different. Why is it so? is it getting encrypted?
token id: 7fb4970297824b1b2089cd329f314fdc
authorization id: d115b520b380e5ed7baf1642c1c526ba
refresh token: 468f3f15cfd9555c893f50e2155dd40d

but the generated values are: { "access_token": "c4221485-e076-454d-95cd-2e3d3ca7d5a3", "token_type": "bearer", "refresh_token": "292bd914-efb5-4ba3-b950-e0b19e24b109", "expires_in": 1799, "scope": "read write" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant