about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/server/Spec.hs
AgeCommit message (Expand)AuthorFilesLines
2020-08-09 Replace Prelude with RIOWilliam Carroll1-1/+2
2020-08-09 Add common language extensions to .ghciWilliam Carroll1-1/+0
2020-08-08 Consume GoogleSignIn.validateJWTWilliam Carroll1-17/+23
2020-08-08 Add tests for "exp" field of the JWTWilliam Carroll1-0/+22
2020-08-08 Test that the JWT's iss field meets our expectationsWilliam Carroll1-0/+12
2020-08-08 Test that an improperly encoded JWT returns a DecodeErrorWilliam Carroll1-0/+3
2020-08-08 Tests valid and invalid JWTs for the "aud" fieldWilliam Carroll1-14/+16
2020-08-08 Update jwtIsValid API to return IO BoolWilliam Carroll1-4/+4
2020-08-08 Begin work for supporting GoogleSignIn server-sideWilliam Carroll1-5/+21
2020-08-06 Support Google Sign-in client-sideWilliam Carroll1-0/+13