What authorization should be used for a private API
Now for some context, i have some private API endpoints that i want to secure, ideally i want the clients to have a single token in their config (these clients are other servers), along with a encrypted token in a db that can be revoked,
N… Continue reading What authorization should be used for a private API