Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
themeMidnight
// Configuration for Phase 1 (attribute providers) and Phase 2 (one authorizer)
//
shrine.config.authorizer : {

  attributeProviders :  // this example uses three attribute providers -- there must be a non-empty list 
  [       
	{...} // configuration for onean available attribute provider
    {...} // configuration for onean available attribute provider
    {...} // configuration for onean available attribute provider
   ],
  authorizer : {        // exactly one authorization provider must be configured
    ...   // configuration for onean available authorization provider
  }
}

...