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(auth): Sign In, Sign Up, Reset Password #12

Merged
merged 108 commits into from
Aug 17, 2024

Commits on May 3, 2024

  1. feat(api): parse cookie

    Krr0ptioN committed May 3, 2024
    Configuration menu
    Copy the full SHA
    11bd6fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390aefc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e1b913 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77b5c0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c161d7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1833d2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0215d17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8011b32 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53357eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67e7802 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    50ffee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c100cd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    3037b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320225f View commit details
    Browse the repository at this point in the history
  3. chore: linting

    Krr0ptioN committed May 5, 2024
    Configuration menu
    Copy the full SHA
    98980b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    497213f View commit details
    Browse the repository at this point in the history
  5. chore: linting

    Krr0ptioN committed May 5, 2024
    Configuration menu
    Copy the full SHA
    638ffce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4909fd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42720f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a0f588 View commit details
    Browse the repository at this point in the history
  9. chore: correct naming

    Krr0ptioN committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d776e7b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    adfaac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376179a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ed6ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20b4ce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95faf73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1377b2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e289499 View commit details
    Browse the repository at this point in the history
  8. feat: shared utils library

    Krr0ptioN committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b487562 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57ced50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ebb9bd View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    0c6f615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c097e6 View commit details
    Browse the repository at this point in the history
  3. fix: linting

    Krr0ptioN committed May 7, 2024
    Configuration menu
    Copy the full SHA
    42de05e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    70a5bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51199f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45161e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfcdfd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    75d40b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c6cd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ed6356 View commit details
    Browse the repository at this point in the history
  4. refact(ddd): CQRS over CRUD

    Krr0ptioN committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0a0a7c4 View commit details
    Browse the repository at this point in the history
  5. refact(ddd): user entity

    Krr0ptioN committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    514d0c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae304df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e5079e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f7f7fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b39a877 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    80b1ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc6a32 View commit details
    Browse the repository at this point in the history
  3. chore: package update

    Krr0ptioN committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5ea32ef View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    13ed667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0186798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4269161 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    0f01af9 View commit details
    Browse the repository at this point in the history
  2. docs: infra

    Krr0ptioN committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1aeecb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    a5d7c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8251fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd6f039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37bbc12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6e77ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    140dc20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    225e84d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18039ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2aea933 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5996b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4294c26 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c093db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c748e38 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    844581e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d5484e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba2a0f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    da5fc40 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    acffd82 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f351c4f View commit details
    Browse the repository at this point in the history
  20. chore: adding packages

    Krr0ptioN committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1fc53a0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bd7dbf7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5eeaf4a View commit details
    Browse the repository at this point in the history
  23. chore(security-password-reset): command setup for requesting, verifyi…

    …ng and resting password
    Krr0ptioN committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5a40058 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    81fc3ad View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    49b4cba View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    465cee2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0ffee33 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fd3a87f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1c4d72a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2ef4d34 View commit details
    Browse the repository at this point in the history
  31. refactor(authentication-controller): using command bus instead of ser…

    …vices
    
    Switch from authService to commandBus in signUp and signIn methods.
    Simplify response object creation and update import paths for DTOs.
    Krr0ptioN committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    418c37d View commit details
    Browse the repository at this point in the history
  32. feat(nx-cloud): setup nx cloud workspace (#13)

    This commit set up Nx Cloud for your Nx workspace enabling distributed caching
    and GitHub integration for fast CI and improved Developer Experience.
    
    You can access your Nx Cloud workspace by going to 
    https://cloud.nx.app/orgs/6557f86f6d5804bf6ba1bd49/workspaces/6624e8d427b502266293bb6b
    
    **Note:** This commit attempts to maintain formatting of the nx.json, however you may need to correct formatting by running an nx format command and committing the changes.
    Krr0ptioN authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bc9af6b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    b6c9bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca165c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ac9ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix: circular imports

    Krr0ptioN committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    16edfc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2a009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d91bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fdfc7b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    1099700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f069da7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b9622 View commit details
    Browse the repository at this point in the history
  4. fix: async services

    Krr0ptioN committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1fd8d77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a9dded View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52d0675 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a59143 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9197489 View commit details
    Browse the repository at this point in the history
  9. chore: changing to yarn

    Krr0ptioN committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    03b5e18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc13a1e View commit details
    Browse the repository at this point in the history
  11. chore: bump up versions

    Krr0ptioN committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b0868af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b9447d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abe2c43 View commit details
    Browse the repository at this point in the history