OAuth2 / JWT / OpenID Connect for mocking auth... which isn't that different from doing it for real, actually. https://mock.pocketid.app
Ir al archivo
AJ ONeal a1b4ad1202 can now self-sign JWS and JWT 2020-08-04 07:09:43 +00:00
cmd/mailer demo email verification 2020-05-13 09:41:03 +00:00
examples demo email verification 2020-05-13 09:41:03 +00:00
mockid can now self-sign JWS and JWT 2020-08-04 07:09:43 +00:00
public document inspect endpoint 2020-05-11 04:51:18 +00:00
vendor update deps 2020-05-13 09:41:20 +00:00
xkeypairs can now self-sign JWS and JWT 2020-08-04 07:09:43 +00:00
.gitignore add mailgun test 2020-05-13 06:11:06 +00:00
.ignore add debug routes for PEM and DER private keys 2020-08-01 07:32:17 +00:00
LICENSE Initial commit 2019-08-01 06:14:31 +00:00
README.md Initial commit 2019-08-01 06:14:31 +00:00
default.jwk.json switch to keypairs 2020-05-11 04:40:46 +00:00
go-test.sh add debug routes for PEM and DER private keys 2020-08-01 07:32:17 +00:00
go.mod demo email verification 2020-05-13 09:41:03 +00:00
go.sum demo email verification 2020-05-13 09:41:03 +00:00
mockid.go add seed for random key generator (tested) 2020-08-01 23:59:20 +00:00

README.md

go-mockid

OAuth2 / JWT / OpenID Connect for mocking auth... which isn't that different from doing it for real, actually.