Sha256: c0412613a52892e97c40ec2fcfc749aee22621f11f818ac901562a8cd1743447
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Fake Twitter OAuth</title> </head> <body> <!-- Do a GET request, because our middleware should fake it into being a POST request --> <form action="/user_sessions?ReactOAuthSession=FAKE_OAUTH_TOKEN" method="get"> <fieldset> <input type="submit" value="Deny" name="deny"> <input type="submit" value="Allow" name="allow"> </fieldset> </form> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reflex-0.0.3 | features/support/mock_controller/oauth_authorize.html.erb |
reflex-0.0.2 | features/support/mock_controller/oauth_authorize.html.erb |