wallet-sync-server/server
Daniel Krol 2f4ffd752c Temporarily fix integration tests for email verify
Require email verify. As of now we don't have the "verified" bit in the storage layer so it passes. Once we put that in, we'll have to go back and add a call to the verification endpoint.
2022-07-26 11:21:55 -04:00
..
account.go Register endpoint handles "verified" status 2022-07-26 10:16:44 -04:00
account_test.go Register endpoint handles "verified" status 2022-07-26 10:16:44 -04:00
auth.go Don't hand out auth tokens if they're not verified 2022-07-26 10:53:31 -04:00
auth_test.go Don't hand out auth tokens if they're not verified 2022-07-26 10:53:31 -04:00
client.go env package provides config values 2022-07-24 16:03:37 -04:00
client_test.go Create environmental var package 2022-07-23 19:03:51 -04:00
integration_test.go Temporarily fix integration tests for email verify 2022-07-26 11:21:55 -04:00
password.go Don't allow password change for unverified accounts 2022-07-26 11:18:43 -04:00
password_test.go Don't allow password change for unverified accounts 2022-07-26 11:18:43 -04:00
server.go env package provides config values 2022-07-24 16:03:37 -04:00
server_test.go Register endpoint handles "verified" status 2022-07-26 10:16:44 -04:00
wallet.go Prometheus - track wallet requests 2022-07-22 19:49:30 -04:00
wallet_test.go Create environmental var package 2022-07-23 19:03:51 -04:00