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(turborepo-auth): create new crate to handle authentication to backend #6027

Merged
merged 23 commits into from
Sep 27, 2023

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    625b83c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    f8e3a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c71289c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e2bbfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efd2273 View commit details
    Browse the repository at this point in the history
  5. Remove unused constant

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    03da5fc View commit details
    Browse the repository at this point in the history
  6. Fix some compiler errors

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d03d982 View commit details
    Browse the repository at this point in the history
  7. Fixup

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7f35c93 View commit details
    Browse the repository at this point in the history
  8. reset workspace settings

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    99b3d21 View commit details
    Browse the repository at this point in the history
  9. Fix set_token closure types

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a81fe99 View commit details
    Browse the repository at this point in the history
  10. comment

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8fa432f View commit details
    Browse the repository at this point in the history
  11. dont ignore error

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3d6bb06 View commit details
    Browse the repository at this point in the history
  12. add missing test crate

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    46007ff View commit details
    Browse the repository at this point in the history
  13. Remove unused deps

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    64d0a87 View commit details
    Browse the repository at this point in the history
  14. Fix login URL

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c58119a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b9fe0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    903f4a0 View commit details
    Browse the repository at this point in the history
  17. add license into new crate

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ed9afa4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3fb6a15 View commit details
    Browse the repository at this point in the history
  19. add clippy suggestions

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    db03e16 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    55d4a25 View commit details
    Browse the repository at this point in the history
  21. Move test over to new crate

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    138c285 View commit details
    Browse the repository at this point in the history
  22. rm debug

    mehulkar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3f13806 View commit details
    Browse the repository at this point in the history