Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement authentication #5

Open
changesbyjames opened this issue Oct 19, 2024 — with Linear · 1 comment
Open

Implement authentication #5

changesbyjames opened this issue Oct 19, 2024 — with Linear · 1 comment

Comments

Copy link
Collaborator

In the critter capture club POC, I used simple shared key authentication for "subscribing for to a feed". While that would probably be fine, we also need a general purpose way for services to talk to other services. I think it's best to do private/public key authentication with HMAC signatures.

My preference here would be to have the abstracted away in the trpc server & client so we don't really have to think about it.

Copy link

linear bot commented Oct 19, 2024

ALV-14 Implement authentication

In the critter capture club POC, I used simple shared key authentication for "subscribing for to a feed". While that would probably be fine, we also need a general purpose way for services to talk to other services. I think it's best to do private/public key authentication with HMAC signatures.

My preference here would be to have the abstracted away in the trpc server & client so we don't really have to think about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant