Select Git revision
cmd
-
-
- Open in your IDE
- Download source code
- Download this directory
Kevin Lyda authored and
Niall Sheridan
committed
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