storj/satellite/console/consoleweb
Cameron 0633aca607 satellite/console: create new consoleauth service
We want to send email verification reminders to users from the satellite
core, but some of the functionality required to do so exists in the
satellite console service. We could simply import the console service
into the core to achieve this, but the service requires a lot of
dependencies that would go unused just to be able to send these emails.

Instead, we break out the needed functionality into a new service which
can be imported separately by the console service and the future email
chore.

The consoleauth service creates, signs, and checks the expiration of auth
tokens.

Change-Id: I2ad794b7fd256f8af24c1a8d73a203d508069078
2022-05-13 16:27:07 +00:00
..
consoleapi satellite/console,web/satellite: Implement hCaptcha 2022-05-13 14:57:45 +00:00
consoleql satellite/console: create new consoleauth service 2022-05-13 16:27:07 +00:00
consolewebauth satellite/console/consoleweb: add endpoint tests 2021-08-19 12:22:45 +03:00
endpoints_test.go satellite/{satellitedb, web}: display object count in satellite UI 2021-11-01 18:26:13 +00:00
server_test.go satellite/console: Automatically log a user in after verifying email 2021-10-13 13:08:27 +00:00
server.go satellite/console,web/satellite: Implement hCaptcha 2022-05-13 14:57:45 +00:00
utils.go all: fix dots 2020-07-16 14:58:28 +00:00