Loading...
|
|
NoncesPage history last edited by Chris Messina 2 months ago
From the mailing list, a question about implementing nonce checking, and a reply from Brian Eaton:
Making nonce-checking scale across a large number of servers is hard, since it is rapidly changing server-side state. I suspect most OAuth service providers with more than a single machine don't bother. Time stamp checking is a good idea and is reasonably simple to implement. If you need to support clients who have out-of-sync clocks, you can implement the OAuth problem reporting extension (http://wiki.oauth.net/ProblemReporting) and return timestamp_refused. |
Comments (0)
You don't have permission to comment on this page.