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: allow login with oauth providers set in the sites configuration #740

Conversation

prathameshkurunkar7
Copy link
Member

Changes:

  • Login with Oauth like Google, Facebook and Github is now enabled.
  • Restructured Auth component for better modularity.

prathameshkurunkar7 and others added 30 commits February 22, 2024 17:20
async function sendEmailLink(values: LoginInputs) {
setError(null)
return call
.post("frappe.www.login.send_login_link", {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Convert this to use useFrappePostCall

@nikkothari22 nikkothari22 merged commit 5efce00 into develop Mar 1, 2024
3 checks passed
@nikkothari22 nikkothari22 deleted the 735-allow-login-with-oauth-providers-set-in-the-sites-configuration branch March 1, 2024 13:23
@nikkothari22 nikkothari22 mentioned this pull request Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants