Authentication Mechanism #9
ivanLOliveira
started this conversation in
General
Replies: 2 comments 1 reply
-
I think JWT+API keys is the best approach. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also agree this would be the best approach and both Astro and NestJs can implement this fairly easily. Some suggestions: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discuss Authentication Mechanism
Introduction
As part of our project, we need to finalize the authentication mechanism that will be used to secure our API endpoints. Authentication is a critical aspect of our application, ensuring that only authorized users can access certain functionalities and data.
Purpose
The purpose of this discussion is to evaluate different authentication mechanisms, weigh their pros and cons, and decide on the most suitable option for our project's needs.
Suggested Approach
I propose a hybrid approach to our authentication mechanism:
Details
JWT for WebApp User Authentication
API Keys for SDK Communication with the API
Proposed Discussion Points
Give your feedback!
Please share your thoughts, experiences, and preferences regarding these authentication mechanisms. Consider the pros and cons listed above, and feel free to add any additional insights or options that may be relevant.
Let's aim to reach a consensus on the most suitable authentication mechanism for our project.
Labels:
Authentication
Beta Was this translation helpful? Give feedback.
All reactions