dotnetopenauth pending request lost
Posted
by Graham
on Stack Overflow
See other posts from Stack Overflow
or by Graham
Published on 2010-04-23T16:01:01Z
Indexed on
2010/04/23
16:03 UTC
Read the original article
Hit count: 347
dotnetopenauth
|dotnetopenid
I have dotnetopenauth working fine as a provider except when a user clicks the submit button multible times. Then the following error occurs:
Throw New InvalidOperationException("There's no pending authentication request!")
What is the best way to prevent this happening?
© Stack Overflow or respective owner