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-githubas the callback URL for GitHub (where[port]is the SSL port for the site) - Use the
dotnet user-secretstool to add a token calledGitHubClientIdwith the client ID and a token calledGitHubClientSecretwith the client secret - Run the app