monterail / rails_sso

Single Sign On solution for Ruby on Rails
MIT License
30 stars 3 forks source link

Race condition #24

Open jandudulski opened 8 years ago

jandudulski commented 8 years ago

When token is expired and client will make two asynchronous calls to server both will try to refresh the token - one will succeed and any other will fail with invalid grant error.