it-beard / bloggers-cms

Content-management system for bloggers
https://github.com/it-beard/bloggers-cms/wiki
Apache License 2.0
51 stars 14 forks source link

Implement user checking while authentication #5

Closed itbeard closed 3 years ago

itbeard commented 3 years ago

As an owner of the system, I must be able to grant or dismiss access to the system for users by their email. As a possible solution, I suggest create a table "Users" and save their emails of users that have assess to the system. While authentication through Auth0 (#3 ) we also need check if the user exists in DB and only after that grand access

Can we use middleware for that? IDK if it possible for Blazor. Will see.

itbeard commented 3 years ago

Implemented on Auth0 side. For more info see wiki^