-
Need to define the actual permissions types.
Possibly a simple start point would be to have the following:
- admin - can view/create/edit everything
- viewer - view only user
- not sure yet of…
-
Hello,
First, thank you for this repository and the great effort you made to make this work.
I am trying to implement refresh-token flow and I can't achieve this. Could you please help me with thi…
-
Assign roles to users such as Moderator/General User account to help define what functions on the site users have access to.
-
-
It is possible that the JSON sub root is not working due to incorrect configuration or implementation of IStringLocalizer with JSON files. Here are some possible reasons why it may not be working.
…
-
Documents
https://live.mangabooth.com/doc/
-
When I attempt to setup my database for the first time I am getting errors which I am not certain whether they are due to code issues or configuration.
I've followed the readme and blog post (https…
-
I was wondering if this project is going to be updated in a similar way as this one in regards to MultiTenancy:
https://codewithmukesh.com/blog/multitenancy-in-aspnet-core/
A couple of questions;
…
-
Considers different authentication/authorization methods:
* Role-Based authentication
* Attribute-Based Access Control (ABAC)
* Rule-Based Access Control (RBAC)
* Claims-Based Identity
* Policy…
-
The backend should be able to send emails to the user if they have forgotten their password.
Links to help with this:
- https://code-maze.com/angular-password-reset-functionality-with-aspnet-id…