Michael Cavanaugh

Results 34 comments of Michael Cavanaugh

@tonjo instead of setting layout to null why not just set it to [], an empty array. That means it won't break and it sets you up really well for...

I would benefit from this same scenario. Been a while since this was updated and wasn't sure if it's in the plans or not?

also interested in these changes to support unity 2020/2021

@aguacongas I'm working on this multi tenency idea i've had with TheIdServer and need a bit of help. I'm trying to create a factory for the AspnetCore User Manager and...

Hey @aguacongas, Wanted to provide some context. After looking over your code I agree that TheIdServer would not benefit from built in multi-tenancy. I'm still proceeding to fit to to...

I'll share a Repo link with you to look at. I ended up starting from the Dotnet template you have as overall it was less confusing. I did run into...

So i figured out the above problem. Some of your type names exactly match Duende Type names which caused imports to get screwed up. Claim was a type on a...

Looking at these stores, is the type in the Database a Role and User or is it still IdentityRole and IdentityUser. I'm seeing conversions happening in places so i'm not...

i ended up doing "yarn add @nuxt-awesome/theme --ignore-scripts" which allowed me to successfully install the script but this should be an issue you address to avoid confusion in the community....

The last update on this was quite a long time ago. Did you ever decide to move forward with this?