A sample project that shows how to implement OAuth2 login using Github as a resource server


application.yml fileAfter creating a new application, you will a client ID and a client secret. Copy this two information and paste the in the application.yml file
spring:
security:
oauth2:
client:
registration:
github:
clientId: github-app-client-id-here
clientSecret: github-app-client-secret-here
$ claude mcp add oauth2-social-login \
-- python -m otcore.mcp_server <graph>