-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Identity/Auth to template #300
Comments
I want to work on it, please assign it to me |
All yours. Realize that we are making some substantial changes for .NET 7. Go ahead and add JWT token auth to the current main branch (net6) version and we can hold off on adding it to the net7 version until after net7 ships. |
@ardalis can you please review it |
@ahmedanwar100 I reviewed your PR. It looks good and I would like to incorporate it in the solution I am developing. Would you be willing to help me do that. I'd be happy to compensate you for your time and effort. |
sure @FlorianHoornaar |
@ahmedanwar100 can you resolve the conflicts now that we're on net7 and I'll try to merge this in this week? |
Ok, that's great
…On Tue, 11 Apr 2023, 2:34 am Steve Smith, ***@***.***> wrote:
@ahmedanwar100 <https://github.com/ahmedanwar100> can you resolve the
conflicts now that we're on net7 and I'll try to merge this in this week?
—
Reply to this email directly, view it on GitHub
<#300 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AILYWTQBPFZW436H3YUC6HDXAR4E3ANCNFSM5KHX3Y7A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've looked at the pull request and seen comments from @ardalis which suggested moving the customer Is the Infrastructure project the correct place for a UserAggregate folder similarly to the ProjectAggregate folder in core? |
@ardalis can you please clear it out and please take a look at the PR so it can be merged |
@DerekChasse @ardalis |
This feature is already implemented, just a review from @ardalis is required |
The default template should support default Identity.
I don't recommend having both cookie- and token-based auth in the same project, so I will probably start with just token support.
The text was updated successfully, but these errors were encountered: