How to handle the way of getting oAuth Tokens when Multiple users use the application simultaneouslu\y(Requests going From PHP to Java(Spring))
Asked
Active
Viewed 129 times
0
-
what do yuo mean? – Angelo Immediata Mar 18 '18 at 08:25
-
@AngeloImmediata Hi, Am using REST web service and am trying to get access token when multiple users use application simultaneously. This creates "Invalid token" issue for all the users since they are using system simultaneously – Octopus Mar 18 '18 at 11:46
-
Maybe you should make your method thread-safe by synchronization – Angelo Immediata Mar 18 '18 at 18:19