Skip to content

Instantly share code, notes, and snippets.

@kenanchristian
Last active February 1, 2021 17:06
Show Gist options
  • Save kenanchristian/b31799ca8672856589fefb4bbfac13ea to your computer and use it in GitHub Desktop.
Save kenanchristian/b31799ca8672856589fefb4bbfac13ea to your computer and use it in GitHub Desktop.
Giva Feedback

Bugs

  1. Fix gender downcase on signup (OK)
  2. 403 / 500 error on donation_history (maybe new user / new install) -> Social Auth user, with no actual user created
    • Maybe social login user?
  3. Test social Auth same email validation (OK)
  4. Social Auth uses name as email (OK)
  5. Add exception for IG Auth users (OK)
  6. Add exception for find existing user on social auth (not by email) (OK)
  7. Add social_id column to user (OK)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment