Skip to content

Instantly share code, notes, and snippets.

@leeyspaul
Created December 7, 2021 02:01
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 leeyspaul/ec034d3211857b42ee2e4b874be2fbe5 to your computer and use it in GitHub Desktop.
Save leeyspaul/ec034d3211857b42ee2e4b874be2fbe5 to your computer and use it in GitHub Desktop.
Stytch Login Button
<html>
<head>
<style>
.container {
height: 200px;
position: relative;
}
.center {
display: flex;
justify-content: center;
align-items: center;
height: 200px;
}
</style>
</head>
<body>
<div class="container">
<div class="center block">
<button>
<a href="https://test.stytch.com/v1/public/oauth/google/start?public_token=public-token-test-YOUR-TOKEN-HERE">Login</a>
</button>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment