storj/satellite/console/consoleweb/consoleql
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
..
testdata web/satellie: added missing alt attribute to img tags (#3172) 2019-10-04 16:22:26 +03:00
apikey.go all: add missing dots 2020-08-11 17:50:01 +03:00
mail.go all: add missing dots 2020-08-11 17:50:01 +03:00
mutation_test.go satellite/console: create new consoleauth service 2022-05-13 16:27:07 +00:00
mutation.go satellite/console: UpdateProject changes 2021-09-01 20:30:26 +00:00
project.go satellite/{satellitedb, web}: display object count in satellite UI 2021-11-01 18:26:13 +00:00
projectmember.go all: add missing dots 2020-08-11 17:50:01 +03:00
query_test.go satellite/console: create new consoleauth service 2022-05-13 16:27:07 +00:00
query.go web/satellite, web/marketing: remove referral program related UI code 2021-02-08 11:07:35 -05:00
reward.go all: add missing dots 2020-08-11 17:50:01 +03:00
schema.go all: fix dots 2020-07-16 14:58:28 +00:00
typecreator.go web/satellite,satellite/console: Allow paid tier users to edit limits 2021-08-18 00:07:10 +00:00
user.go all: add missing dots 2020-08-11 17:50:01 +03:00