Step-by-step guide to integrating Sign in with GitHub using Hanko. Enable secure authentication and seamless onboarding for your app’s users.
Obtain GitHub OAuth credentials
Configure GitHub credentials with Hanko
https://*.example.com
matches https://foo.example.com
and https://bar.example.com
.https://foo.example.com/*
matches URLs like https://foo.example.com/page1
and https://foo.example.com/page2
.Implement Sign in with GitHub in your frontend application
@teamhanko/hanko-elements
package or opt for a custom UI with the @teamhanko/hanko-frontend-sdk
will determine your approach to frontend integration.<hanko-auth>
component from hanko-elements
based on our frontend guides. If everything is good, the component will display a button for signing in with ‘Github’ in login view.