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(authentication): always return the token as a cookie, and never in the body #502

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    9660f85 View commit details
    Browse the repository at this point in the history
  2. refactor: remove useless file

    Guillaume Gautreau committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8e7a868 View commit details
    Browse the repository at this point in the history
  3. feat(authentication): add a new route to initiate the open id authent…

    …ication
    
    A POST to /authenticate will return an url on the Forest Admin server, on which the user will have to be redirected to continue the authentication process.
    
    Linked to CU-96whq6
    Guillaume Gautreau committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    af7a7eb View commit details
    Browse the repository at this point in the history
  4. chore(authentication): remove a useless import

    Guillaume Gautreau committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    772f53e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b89dc4e View commit details
    Browse the repository at this point in the history
  6. feat(authentication): implement a new route for authenticating users …

    …with oidc
    
    Linked to CU-96whq6
    Guillaume Gautreau committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7cb7fe0 View commit details
    Browse the repository at this point in the history
  7. feat(authentication): always return the token as a cookie, and never …

    …in the body
    
    Linked to CU-96whq6
    Guillaume Gautreau committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c612504 View commit details
    Browse the repository at this point in the history