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

Implementation of Oauth of Github, Google and Microsoft #4298

Open
wants to merge 81 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2024

  1. not working api

    feyruzb committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    63d5f9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6ced1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74c1202 View commit details
    Browse the repository at this point in the history
  4. second backup

    feyruzb committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3c0b13f View commit details
    Browse the repository at this point in the history
  5. github working implementation

    feyruzb committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d75edbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47ba1dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    822c626 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    251f7dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1394f28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    785a0f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be35303 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    370908e View commit details
    Browse the repository at this point in the history
  13. added google authentification

    feyruzb committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9bc3482 View commit details
    Browse the repository at this point in the history
  14. changed the process of finding which login provider to use , now it s…

    …tores it in cookies instead of reading the url
    feyruzb committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    422aacb View commit details
    Browse the repository at this point in the history
  15. added documentation for oauth

    feyruzb committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    feabac5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fixed a part of mistakes

    feyruzb committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1967161 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. added mock server, test case

    feyruzb committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0b5f571 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

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

Commits on Sep 3, 2024

  1. fixed cservakt suggestions

    feyruzb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bdbd6b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update docs/web/authentication.md

    Co-authored-by: bruntib <bruntib@users.noreply.github.com>
    feyruzb and bruntib authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1b6c87a View commit details
    Browse the repository at this point in the history
  2. documentation changed

    feyruzb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4ab45de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    472efad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c78f2d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. added FIX ME near workaround

    feyruzb committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    066ef7b View commit details
    Browse the repository at this point in the history
  2. added FIX ME near workaround

    feyruzb committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3c83d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. not working api

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ff7c83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef45dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f02c88 View commit details
    Browse the repository at this point in the history
  4. second backup

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d50718d View commit details
    Browse the repository at this point in the history
  5. github working implementation

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2050b3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd7d61f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7095028 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e72c224 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b501310 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0066143 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99f07b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ffe925 View commit details
    Browse the repository at this point in the history
  13. added google authentification

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1f0692d View commit details
    Browse the repository at this point in the history
  14. changed the process of finding which login provider to use , now it s…

    …tores it in cookies instead of reading the url
    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    85f7d63 View commit details
    Browse the repository at this point in the history
  15. added documentation for oauth

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    95288d3 View commit details
    Browse the repository at this point in the history
  16. fixed a part of mistakes

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dd77fbb View commit details
    Browse the repository at this point in the history
  17. added mock server, test case

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e1d47e1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c286c7c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ba1d12 View commit details
    Browse the repository at this point in the history
  20. fixed cservakt suggestions

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ec3be0a View commit details
    Browse the repository at this point in the history
  21. documentation changed

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    993cf33 View commit details
    Browse the repository at this point in the history
  22. Update docs/web/authentication.md

    Co-authored-by: bruntib <bruntib@users.noreply.github.com>
    feyruzb and bruntib committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    87731a4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    05e58db View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    40f8a07 View commit details
    Browse the repository at this point in the history
  25. added FIX ME near workaround

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    71e35c5 View commit details
    Browse the repository at this point in the history
  26. added FIX ME near workaround

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    09f49c4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a8a1503 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0b2d7b3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c8e0c3a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ebd1aa3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9595370 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5256b0e View commit details
    Browse the repository at this point in the history
  33. tests check

    feyruzb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e37683a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4a5c76b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    93e0605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb9323 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    cc9ce96 View commit details
    Browse the repository at this point in the history
  2. testing test cases

    feyruzb committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6a44b25 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    152f0d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6561b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 22, 2024

  1. pkce problem

    feyruzb committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    65adbbd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. pkce implemented

    feyruzb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1617633 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from feyruzb/pkce_problem

    Pkce problem
    feyruzb authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3d22dfb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    c396d59 View commit details
    Browse the repository at this point in the history
  2. fixed npm warnings

    feyruzb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0caea7e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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