Commit Graph

15 Commits

Author SHA1 Message Date
Lilia Kai
61a5d9a8d7 Remove basic auth and rename methods
All our clients are now using bearer auth so we can remove basic.

Also renamed methods to be more distinct about the differences between
them. Everything goes through bearer auth but in some cases we are
authenticating a user and other times it's either a server or a
particular api key.
2024-02-14 08:29:54 -10:00
Lilia Kai
e37b848ef5 Refactor auth methods
De duplicate some common codepaths. Also, for routes accepting basic
authentication, allow bearer auth as an alternative. This allows
clients to switch to bearer auth opportunistically, but we won't
have to coordinate deployments.

Basic auth should be deprecated since we don't really use a
user/password auth scheme.
2024-01-31 12:38:37 -10:00
msramalho
3ab5477e6c removing tmp log 2023-10-25 15:01:51 +01:00
msramalho
5e0024c726 temp changes 2023-10-25 14:59:25 +01:00
msramalho
c6cd027e13 allows search to happen with API_TOKEN 2023-09-20 11:30:57 +01:00
Logan Williams
46c487be5d Restore sheet_service endpoint 2023-06-06 18:44:45 +00:00
msramalho
88be84127a adds /metrics 2023-05-26 13:15:36 +01:00
msramalho
9062420244 feat: /sheet endpoint and new security protocol 2023-05-23 20:20:28 +01:00
msramalho
df1064cfeb fix bearer 2023-05-19 14:16:02 +01:00
msramalho
36ede720cb sheet processing implemented 2023-05-19 13:50:26 +01:00
msramalho
67237b6fd1 log len of allowed emails 2023-03-09 17:05:46 +00:00
msramalho
6103b5a514 temp log 2023-03-09 17:01:54 +00:00
msramalho
1a25a806a2 log only if not successful 2023-03-09 11:41:40 +00:00
msramalho
f119f2f2b3 better logs 2023-03-09 11:39:59 +00:00
msramalho
42b98b7c40 BEARER 2023-03-07 23:24:39 +00:00