Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-09 | Replace Prelude with RIO | William Carroll | 1 | -1/+2 |
2020-08-09 | Add common language extensions to .ghci | William Carroll | 1 | -1/+0 |
2020-08-08 | Consume GoogleSignIn.validateJWT | William Carroll | 1 | -17/+23 |
2020-08-08 | Add tests for "exp" field of the JWT | William Carroll | 1 | -0/+22 |
2020-08-08 | Test that the JWT's iss field meets our expectations | William Carroll | 1 | -0/+12 |
2020-08-08 | Test that an improperly encoded JWT returns a DecodeError | William Carroll | 1 | -0/+3 |
2020-08-08 | Tests valid and invalid JWTs for the "aud" field | William Carroll | 1 | -14/+16 |
2020-08-08 | Update jwtIsValid API to return IO Bool | William Carroll | 1 | -4/+4 |
2020-08-08 | Begin work for supporting GoogleSignIn server-side | William Carroll | 1 | -5/+21 |
2020-08-06 | Support Google Sign-in client-side | William Carroll | 1 | -0/+13 |