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 GitHub Login 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.