-
Notifications
You must be signed in to change notification settings - Fork 541
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
Implement Typeform OAuth provider #897
Implement Typeform OAuth provider #897
Conversation
src/AspNet.Security.OAuth.Typeform/TypeformAuthenticationOptions.cs
Outdated
Show resolved
Hide resolved
Thanks a lot for your contributions, @denis-goncharenko! ❤️ Would you be interested in porting these providers to OpenIddict (that we now recommend for new applications)? The process is a bit more elaborate but it shouldn't require writing custom code as these providers seem fairly standard (you'd just need to update the built-in |
It's quite interesting to me. I am considering porting these providers to OpenIddic in the near future. |
Thanks for your contribution @denis-goncharenko - all four of the new providers are now available as part of version 8.1.0. |
This feature allows users to authenticate using their Typeform credentials. Tested in production service and works perfectly.