about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/server/GoogleSignIn.hs
AgeCommit message (Expand)AuthorFilesLines
2020-08-09 Replace Prelude with RIOWilliam Carroll1-4/+4
2020-08-09 Add common language extensions to .ghciWilliam Carroll1-1/+0
2020-08-08 Consume GoogleSignIn.validateJWTWilliam Carroll1-6/+24
2020-08-08 Add tests for "exp" field of the JWTWilliam Carroll1-6/+18
2020-08-08 Test that the JWT's iss field meets our expectationsWilliam Carroll1-8/+27
2020-08-08 Tests valid and invalid JWTs for the "aud" fieldWilliam Carroll1-2/+51
2020-08-08 Update jwtIsValid API to return IO BoolWilliam Carroll1-2/+2
2020-08-08 Begin work for supporting GoogleSignIn server-sideWilliam Carroll1-0/+14