New answers tagged security
0
votes
How to Handle Concurrent Refresh Token Requests
Assuming that all the tabs run on the same browser and therefore can share cookie storage, the following mechanism can be implemented:
Upon session start, every tab obtains it's own unique_tab_id.
...
1
vote
How to Handle Concurrent Refresh Token Requests
So you have several contexts that use the same token and refresh should be called only once and refreshes everything. You refresh the token based on time.
The normal method would be: You start a token ...
Top 50 recent answers are included
Related Tags
security × 924authentication × 85
web-development × 58
passwords × 55
api × 50
encryption × 50
web-applications × 48
php × 47
rest × 47
architecture × 46
database × 43
javascript × 41
design × 35
authorization × 32
java × 31
c# × 25
web-services × 25
api-design × 22
login × 22
hashing × 21
microservices × 20
open-source × 19
programming-practices × 17
cryptography × 17
asp.net × 16