-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Add Identity #249
Merged
Merged
feat: Add Identity #249
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BenjaminMichaelis
force-pushed
the
BMichaelis/AddIdentity
branch
2 times, most recently
from
October 24, 2023 12:43
a700bd2
to
2ad9dac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was interested in looking this over but I don't have much expereience with asp net core or web .net at all, so take my comments with a grain of salt and have zero confidence in it
EssentialCSharp.Web/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs
Outdated
Show resolved
Hide resolved
EssentialCSharp.Web/Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml.cs
Outdated
Show resolved
Hide resolved
EssentialCSharp.Web/Areas/Identity/Pages/Account/ResetPassword.cshtml.cs
Outdated
Show resolved
Hide resolved
BenjaminMichaelis
force-pushed
the
BMichaelis/AddIdentity
branch
from
October 28, 2023 14:57
8e14f48
to
bc9fa14
Compare
Keboo
approved these changes
Nov 21, 2023
EssentialCSharp.Web/Areas/Identity/Pages/Account/ExternalLogin.cshtml.cs
Outdated
Show resolved
Hide resolved
EssentialCSharp.Web/Areas/Identity/Pages/Account/Manage/Disable2fa.cshtml.cs
Outdated
Show resolved
Hide resolved
BenjaminMichaelis
force-pushed
the
BMichaelis/AddIdentity
branch
from
November 22, 2023 06:34
3df9fbe
to
8194b3b
Compare
BenjaminMichaelis
force-pushed
the
BMichaelis/AddIdentity
branch
from
November 22, 2023 06:38
48a1953
to
af5e8c8
Compare
BenjaminMichaelis
force-pushed
the
main
branch
9 times, most recently
from
December 13, 2023 00:29
2bbb6e4
to
de7ce76
Compare
BenjaminMichaelis
temporarily deployed
to
BuildAndUploadImage
December 18, 2023 17:49 — with
GitHub Actions
Inactive
BenjaminMichaelis
force-pushed
the
main
branch
3 times, most recently
from
December 20, 2023 19:08
6977f29
to
b2bc2b2
Compare
BenjaminMichaelis
temporarily deployed
to
BuildAndUploadImage
December 20, 2023 19:31 — with
GitHub Actions
Inactive
BenjaminMichaelis
added a commit
that referenced
this pull request
Dec 20, 2023
Fixes IntelliTect-dev/EssentialCSharp.Tooling#1439 Fixes #262 Features: - 2FA via authentication application - Email verification and notifications - Captcha on registration - Microsoft OAuth - Github OAuth - Adjusting Profile data - Additional Custom Password Validators
BenjaminMichaelis
added a commit
that referenced
this pull request
Dec 20, 2023
Fixes IntelliTect-dev/EssentialCSharp.Tooling#1439 Fixes #262 Features: - 2FA via authentication application - Email verification and notifications - Captcha on registration - Microsoft OAuth - Github OAuth - Adjusting Profile data - Additional Custom Password Validators
BenjaminMichaelis
added a commit
that referenced
this pull request
Dec 20, 2023
Fixes IntelliTect-dev/EssentialCSharp.Tooling#1439 Fixes #262 Features: - 2FA via authentication application - Email verification and notifications - Captcha on registration - Microsoft OAuth - Github OAuth - Adjusting Profile data - Additional Custom Password Validators
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes IntelliTect-dev/EssentialCSharp.Tooling#1439
Fixes #262
Features: