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

Introduce Related Resource Auth Override #248

Commits on May 3, 2018

  1. Introduce Related Resource Auth Override

    - This change allows API developers to create related resources that are fetched with “internal” auths.
    
    - This is done by adding an authOverride value to the reverse relation definition on the primary resource.
    
    - The purpose of this is to give developers the option to do authentication in only one place, the entry/parent resource, and use internal auth for all the related/child resources. This allows the child resources to be a bit more re-usable in that they can be attached to multiple parent resources that may all have different auth schemes.
    mbarackman-coursera committed May 3, 2018
    Configuration menu
    Copy the full SHA
    d142d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4a1b3 View commit details
    Browse the repository at this point in the history