Skip to content
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 60 commits into from
Dec 20, 2023
Merged

feat: Add Identity #249

merged 60 commits into from
Dec 20, 2023

Conversation

BenjaminMichaelis
Copy link
Member

@BenjaminMichaelis BenjaminMichaelis commented Oct 21, 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 BenjaminMichaelis force-pushed the BMichaelis/AddIdentity branch 2 times, most recently from a700bd2 to 2ad9dac Compare October 24, 2023 12:43
Copy link

@danOIntellitect danOIntellitect left a 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

@BenjaminMichaelis BenjaminMichaelis marked this pull request as ready for review October 27, 2023 22:48
@BenjaminMichaelis BenjaminMichaelis self-assigned this Oct 27, 2023
@BenjaminMichaelis BenjaminMichaelis enabled auto-merge (squash) December 18, 2023 17:49
@BenjaminMichaelis BenjaminMichaelis force-pushed the main branch 3 times, most recently from 6977f29 to b2bc2b2 Compare December 20, 2023 19:08
@BenjaminMichaelis BenjaminMichaelis merged commit f822657 into main Dec 20, 2023
7 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the BMichaelis/AddIdentity branch December 20, 2023 19:34
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only load up commonly used passwords into hashtable if they could be possibly valid with other validation
3 participants