AuthPermissions.AspNetCore
AuthPermissions.AspNetCore copied to clipboard
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
Hey, I have a logical problem with `IDisableJwtRefreshToken.MarkJwtRefreshTokenAsUsedAsync`. Lets say a user logs in, and the access token is valid for 30 minutes. Then, after 10 minutes the user logs...
Hey, added an option for expiration to `InviteNewUserService: IInviteNewUserService` Tests confirmed
The [AuthP AzureAD handler](https://github.com/JonPSmith/AuthPermissions.AspNetCore/blob/main/AuthPermissions.AspNetCore/OpenIdCode/AzureAdOpenIdExtension.cs) can add a new AuthP user if the user isn't already in the AuthP user list if the `AddNewUserIfNotPresent` setting is set to true. But the...
It appears there's a lot of interest in an AuthP demo with a Blazor application. I noticed one of the Discussions (#31), wanted to find out how to do this...
``` AuthPermissions.BaseCode.CommonCode.AuthPermissionsException: The name of the database date can't be null at AuthPermissions.AspNetCore.ShardingServices.GetSetShardingEntriesFileStoreCache.FormConnectionString(String shardingEntryName) ``` Correct me if I'm wrong but I think previously the default databaseInfoName was used when...
I was trying to implement roles and permissions in my project these are my Permissions ``` public enum AquaPermissions : ushort { ..... [Display(GroupName = "MasterAdmin", Name = "Read masters",...
Like in Example - 3 We can assign Tenant Admin Role or Tenant User Role to created Tenant. Same thing I want to Perform in Example No - 4 Hierarchical...
Hello, I'm looking for guidance on creating a Tenant Admin User with the Tenant Admin Role for each new Tenant that gets created. I'm specifically referring to the Example4.MvcWebApp.IndividualAccounts project....
Hello! I've reading through the wiki and examples for a little while now and find that this library is a nearly perfect fit for the project I am working on....
Does the token refresh only work before token expiry or does it still work after token expiry? Also, I get the following error when I try to run Example 2...