Skip to content

Instantly share code, notes, and snippets.

@wengzilla
Created June 17, 2012 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wengzilla/2943215 to your computer and use it in GitHub Desktop.
Save wengzilla/2943215 to your computer and use it in GitHub Desktop.
sign_out.html
<!DOCTYPE html>
<html>
<head>
<title>ThinAuth</title>
<link href="/assets/application-7270767b2a9e9fff880aa5de378ca791.css" media="all" rel="stylesheet" type="text/css" />
<script src="/assets/application-990a4cf0df42934fcc4c14aaf88b7ced.js" type="text/javascript"></script>
<meta content="authenticity_token" name="csrf-param" />
<meta content="Qo7foQ9NAWhRPu+TieAboDBCeiEDLghj/m4amIgJcUc=" name="csrf-token" />
</head>
<body>
<p class="notice">Successfully authenticated from Google account.</p>
<div class="container ten">
<div class="login rounded-box">
<p class="welcome">Welcome to ThinChat, Edward Weng!</p>
<a href="/auth/users/sign_out" data-method="delete" rel="nofollow">Sign out</a>
</div>
</div>
&quot;{\&quot;id\&quot;:3,\&quot;name\&quot;:\&quot;Edward Weng\&quot;,\&quot;email\&quot;:\&quot;ed.weng@hungrymachine.com\&quot;,\&quot;authentication_token\&quot;:\&quot;eTpJc7T8Z1yq5PXooexn\&quot;}&quot;
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment