@feathersjs/authentication-oauth
Advanced tools
Comparing version 4.4.1 to 4.4.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth | ||
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27) | ||
@@ -8,0 +16,0 @@ |
@@ -8,4 +8,4 @@ import { AuthenticationRequest, AuthenticationBaseStrategy, AuthenticationResult } from '@feathersjs/authentication'; | ||
export declare class OAuthStrategy extends AuthenticationBaseStrategy { | ||
readonly configuration: any; | ||
readonly entityId: string; | ||
get configuration(): any; | ||
get entityId(): string; | ||
getEntityQuery(profile: OAuthProfile, _params: Params): Promise<{ | ||
@@ -12,0 +12,0 @@ [x: string]: any; |
{ | ||
"name": "@feathersjs/authentication-oauth", | ||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", | ||
"version": "4.4.1", | ||
"version": "4.4.3", | ||
"homepage": "https://feathersjs.com", | ||
@@ -46,10 +46,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.4.1", | ||
"@feathersjs/errors": "^4.4.1", | ||
"@feathersjs/express": "^4.4.1", | ||
"@feathersjs/feathers": "^4.4.1", | ||
"@feathersjs/authentication": "^4.4.3", | ||
"@feathersjs/errors": "^4.4.3", | ||
"@feathersjs/express": "^4.4.3", | ||
"@feathersjs/feathers": "^4.4.3", | ||
"debug": "^4.1.1", | ||
"express-session": "^1.17.0", | ||
"grant": "^4.6.3", | ||
"grant-profile": "^0.0.6", | ||
"grant-profile": "^0.0.8", | ||
"lodash": "^4.17.15" | ||
@@ -70,3 +70,3 @@ }, | ||
}, | ||
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2" | ||
"gitHead": "76d2ab525e71753c1e6a8ce52907f8c6369df695" | ||
} |
47616
20
642
+ Addedgrant-profile@0.0.8(transitive)
- Removedgrant-profile@0.0.6(transitive)
Updated@feathersjs/errors@^4.4.3
Updated@feathersjs/express@^4.4.3
Updated@feathersjs/feathers@^4.4.3
Updatedgrant-profile@^0.0.8