-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Documentation bug, improvement
Description
It is not clear how to integrate with auth services. So, for example, for Auth0:
-
Document the process for integrating Auth0 with the Booster project for user authentication. This should include information on how to authenticate a user using their email and password via Auth0, and how to generate and attach a token to the Authorization Bearer header.
-
Create an example code snippet demonstrating how to implement the Auth0 authentication process in a login function.
-
Document how to retrieve the currently authenticated user across different commands and read models in the Booster project when using Auth0 as the authentication provider.
-
Create an example code snippet demonstrating how to retrieve the current authenticated user in different commands and read models when using Auth0.
-
Update the project's documentation to include the new information and examples on integrating Auth0 with the Booster project.