aboutsummaryrefslogtreecommitdiff
path: root/server/web.go
AgeCommit message (Collapse)Author
2018-08-10Add version stringNiall Sheridan
Add `lib.Version` to get updated at build time. Add --version flags to cashier and cashierd Send client version in the signing request Send server version in http response headers and in signing response Set version at build time
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
2018-08-09Only request a reason from the client if the server requires itNiall Sheridan
2018-08-08Misc fixesNiall Sheridan
- Add `fast_finish` to travis config - Specify that Go 1.9 is supported - Additional error checking which was previously missed - Make the migrations test better -
2018-08-01Migrate from esc to packr for static filesNiall Sheridan
2017-04-15Revoke multiple certs in a single callNiall Sheridan
2017-04-10add a healthcheck handlerNiall Sheridan
2017-02-20Split the servers out of mainNiall Sheridan