mwanji / essayist

A blogging app for the tent.io protocol
10 stars 2 forks source link

essayist fails to check for app revocation #61

Closed netdrone closed 11 years ago

netdrone commented 11 years ago

If a user authorizes essayist then later revokes that authorization they are effectively locked out because when they try to login the next time essayist incorrectly starts the oauth auth flow using the authorization which has been revoked this of course promptly fails and leaves the user still at the login page

Screenshot showing this

essayist-wrong-auth-flow

mwanji commented 11 years ago

Should be fixed by https://github.com/mwanji/essayist/commit/8811cc19bdfbe62c64a0daf235fdcd668f92e2f8

I've tested it on my local tentd, could anyone try it out on theirs? Make sure to update your tent-client-java, as I added some code there, too.

netdrone commented 11 years ago

works for me on my local copy of essayist & tentd

mwanji commented 11 years ago

Great, thanks for testing. I'll release this new version soon.