ASP.NET Core app to view GitHub issues for team stand-up
- Clone the repo
- Register the app in GitHub: https://github.com/settings/applications/new
- Check the VS project properties for the SSL URL to use as the Homepage URL
- Use
https://localhost:[port]/signin-github
as the callback URL for GitHub (where[port]
is the SSL port for the site) - Use the
dotnet user-secrets
tool to add a token calledGitHubClientId
with the client ID and a token calledGitHubClientSecret
with the client secret - Run the app