1 Commits (1e297c50ad2938e511a3c86f4b190fd3fc3559d6)

Author SHA1 Message Date
Nikos Filippakis 1e297c50ad
Re-format project as a Go module (#310) 4 years ago
Kegan Dougal a1fa5c3cac Add realm documentation 8 years ago
Kegan Dougal 25fb7ca0d9 Return Location headers on 302s 8 years ago
Kegan Dougal b643b8c797 Redirect even if already authed if a redirect URL is given 8 years ago
Kegan Dougal de3dc5f33c More logging 8 years ago
Kegan Dougal cc076d0e9e Paginate repo list 8 years ago
Kegan Dougal 6e2f35d463 Actually specify scopes... 8 years ago
Kegan Dougal c3aabd57ea Check for a valid session before exchanging codes 8 years ago
Kegan Dougal 17d799320e Add RedirectURL param when requesting GH auth sessions 8 years ago
Kegan Dougal 34eca3984f List possible GH repos on /getSession 8 years ago
Kegan Dougal 2a93bbee82 Comments 8 years ago
Kegan Dougal 44abae4977 Make StarterLink a property of the AuthRealm 8 years ago
Kegan Dougal b3ff1cd54a Add endpoint for GETing AuthSession information for a user/realm tuple 8 years ago
Kegan Dougal 1887fc303c Add an Init() function to AuthRealms 8 years ago
Kegan Dougal 7e047e68be Finish implementing auth in JIRA. Access tokens are now stored. 8 years ago
Kegan Dougal 0948f59a1a Add JiraRealm type. Add Register() function to AuthRealms 8 years ago
Kegan Dougal 55fda3c115 Grab access tokens from the GithubService and use them 8 years ago
Kegan Dougal f15afa4780 Use non-panicking type assertion 8 years ago
Kegan Dougal ba803ccd00 Store access_tokens in the DB 8 years ago
Kegan Dougal 71be73a721 Add ID field to AuthSessions so redirects can lookup based off this key 8 years ago
Kegan Dougal 9adb89c24d Start parsing out redirect requests for github realms 8 years ago
Kegan Dougal 036cd7e7b4 Add redirect handler for AuthRealms 8 years ago
Kegan Dougal 51bf830632 Tweak the auth session API to be more transactional 8 years ago
Kegan Dougal ca1168147f Add concept of AuthSessions 8 years ago
Kegan Dougal 36eb21be7c Add concept of AuthRealms 8 years ago