Closed N07070 closed 5 years ago
I don't see the having two valid tokens as a real problem, but being able to get a token using another token is something that should be improved. For more secure implementation tokens should only be requested using credentials, not with a previous token.
This issue will be automatically closed due to being inactive for more than six months. Please reopen if you need more assistance.
Hello.
When using the example to create a token, all is functionnal. But, they may be a bug : When the user creates a token, he can then use this token to create another token. Then, both tokens can be used to access the protected resource.
Maybe this should not be allowed, and that only the lastly created token can be used.
Cheers.