Commit Graph

5 Commits

Author SHA1 Message Date
b0cb791bc2 Add auto-registration mechanism
- Add User registration mechanism when adding auth provider id to claims, if no User Id corresponds to the auth provider Id
- Swallow unique constraint violation for unique auth provider id on user table, in case of duplicate requests
- Add Serilog logging
- Add no bookmarks and no tags message when none is found on Bookmark List page
2023-03-03 23:35:53 -06:00
238c92f711 Modified register user service method to be async 2023-02-23 00:09:49 -06:00
08823de474 Added AutoMapper for User related objects 2023-01-26 18:56:22 -06:00
afab148337 Added UserId to claims 2023-01-25 23:41:17 -06:00
406bd9a0d1 Added endpoint for registering a user locally after successful logon from Auth0 2023-01-25 22:47:05 -06:00