UNPKG

loopback-component-auth

Version:

Extends loopback-component-passport to support custom auth schemes (i.e. other than the supported 'ldap', 'local', 'oauth', 'oauth1', 'oauth 1.0', 'openid', 'openid connect' and 'oauth 2.0')

33 lines (32 loc) 789 B
{ "name": "AuthStrategyOptions", "description": "Options for authStrategies that are not covered in `AuthProvider` main propeties", "plural": "AuthStrategyOptions", "base": "Model", "http": {}, "strict": false, "options": { "idInjection": false, "validateUpsert": false, "transient": {} }, "properties": { "id": false, "clientID": { "type": "String", "required": false, "description": "ClientID used e.g. for `oauth 2.0` or `openid connect` strategies" }, "clientSecret": { "type": "String", "required": false, "description": "ClientSecret used e.g. for `oauth 2.0` or `openid connect` strategies" } }, "hidden": [], "relations": {}, "acls": [], "scopes": {}, "scope": {}, "indexes": {} }