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

Fix server error if not authenticated #447

Open
wants to merge 5 commits into
base: 3.8
Choose a base branch
from

Commits on Feb 24, 2022

  1. Fix server error if not authenticated

    For context : silverstripe/silverstripe-framework#9978
    
    Here, my proposal is to return a consistent json response
    lekoala committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7967d6b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Apr 8, 2022

  1. Update src/Extensions/IntrospectionProvider.php

    Co-authored-by: Guy Sartorelli <[email protected]>
    lekoala and GuySartorelli committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    672e64b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. handle Not authorised

    lekoala committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ecbf568 View commit details
    Browse the repository at this point in the history
  2. return proper response code

    lekoala committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ef64c4f View commit details
    Browse the repository at this point in the history