Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-09 | Replace Prelude with RIO | William Carroll | 1 | -4/+4 |
2020-08-09 | Add common language extensions to .ghci | William Carroll | 1 | -1/+0 |
2020-08-08 | Consume GoogleSignIn.validateJWT | William Carroll | 1 | -6/+24 |
2020-08-08 | Add tests for "exp" field of the JWT | William Carroll | 1 | -6/+18 |
2020-08-08 | Test that the JWT's iss field meets our expectations | William Carroll | 1 | -8/+27 |
2020-08-08 | Tests valid and invalid JWTs for the "aud" field | William Carroll | 1 | -2/+51 |
2020-08-08 | Update jwtIsValid API to return IO Bool | William Carroll | 1 | -2/+2 |
2020-08-08 | Begin work for supporting GoogleSignIn server-side | William Carroll | 1 | -0/+14 |