-
I try to adapt identity in v2 branch, but i don't have success. Can help me to add RequireAuthorization() on single endpoint, as a model?
Thank you
-
-
**Describe the bug**
I created a new Http Get-based API inside the *UsersController.cs* and built/run the service in docker container using the provided `docker-compose.postgresql.yml` file.
When …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
everytime there is a container to load in docker, the issue happens. i have experienced…
-
Re-creating the initial migrations could probably be further automated and should be part of the build process (CI pipeline) of the fsh project when creating a new release...
The https://github.com…
-
** Problem: I am trying to create an API endpoint without requiring permissions to access. I created a controller with a method that does not have the `MustHavePermission` attribute, but it still requ…
-
Validator "CreateUserRequestValidator" can't be used with ASP.NET automatic validation as it contains asynchronous rules. ASP.NET's validation pipeline is not asynchronous and can't invoke asynchronou…
-
**Describe the bug**
When you create a recurring job that does not require logged in user, and at the same time the job needs to interact with CRUD operation on the level of Tenant DB Context, it rai…
-
Seems like when you configure multiple authentication schemes, it fails to get the TenantInfo.
I have asked about it here:
https://stackoverflow.com/questions/77372700/c-sharp-asp-net-core-nullr…
-
Hi @neozhu ,
I think if you added 2 features,
1> auto rendermode (.net 8 most promising feature) to this
2> multi-tenant , each tenant specific role maintenance
then it makes a really a great re…