aboutsummaryrefslogtreecommitdiff
path: root/server/auth/microsoft/microsoft.go
AgeCommit message (Collapse)Author
2020-04-13SimplifyBen Burwell
2018-08-20Remove authprovider.SessionNiall Sheridan
2018-08-10Add Microsoft auth providerKevin Lyda
Microsoft uses JSON Web Tokens (JWT) as OAuth tokens. These can run to many thousands of characters which are too long for TTYs. Work around this by base64-encoding the token and chunk it into smaller pieces. Closes #70