Well, it's "authorization" not "authentication".

This commit is contained in:
kyle
2017-10-12 14:58:11 -07:00
committed by GitHub
parent 6815f1d7bb
commit a03bcbdaf4

View File

@@ -20,7 +20,7 @@ const nullSelector = createSelector(() => null)
const OAS3NullSelector = onlyOAS3(nullSelector)
// Hasta la vista, authentication!
// Hasta la vista, authorization!
export const shownDefinitions = OAS3NullSelector
export const definitionsToAuthorize = OAS3NullSelector
export const getDefinitionsByNames = OAS3NullSelector