Commit Graph

61 Commits

Author SHA1 Message Date
Ramesh Anandakrishnan
047e31f65c Supporting Auth0 email templates types (#37952)
* add endpoints for email template

* fixing typo for updateEmailTemplate

* fixTests

* remove changes from prettier
2019-09-03 17:21:36 -07:00
CatGuardian
b594d98eda Added last_password_reset to user fields. (#37629) 2019-08-14 11:28:58 -07:00
kainoffke
9bfb0f9df9 [auth0] New fields in PasswordChangeTicketParams (#36892)
* Issue 36108

Added two fields to `PasswordChangeTicketParams` and edited tests accordingly.

* Issue 36108

Increased patch version
2019-07-22 13:05:47 -07:00
Clément HELIOU
7c77b17d48 feat(auth0): add missing members on ResourceServer object (#36932)
Namely `enforce_policies` and `token_dialect`.
2019-07-22 12:27:23 -07:00
Peter
fb4f2f8b2e Auth0 - added fields to the UserData interface (#37000) 2019-07-19 10:15:26 -07:00
Lukas van Driel
51af06cd38 [auth0] user_metadata & app_metadata are optional (#36818)
tested with a production user
2019-07-11 16:00:25 -07:00
Ricardo Devis Agullo
0d46dc0bb2 add missing fields for Client interface (#36401) 2019-07-01 13:22:33 -07:00
Dan Rumney
619310c8f1 [Auth0] Add explicit typing support for User and App Metadata (#35406) 2019-05-14 14:27:14 -07:00
James Pace
b3fae8a887 GetRoles should not accept an id parameter (#35260) 2019-05-13 15:40:32 -07:00
James Pace
d337d5f177 Add roles permissions management for Auth0 (#35116) 2019-05-06 01:15:17 -07:00
James Pace
61876df898 auth0: Expose more of the Job resource in management client (#34657)
* Expose more of the Job resource in auth0 management client

* Don't use disguised type assertion with generics, per the common mistakes in the README

* Add additional job status

* Document job.type discriminator for auto type assertion

* Revert interface name change for sending verification emails
2019-04-29 11:42:13 -07:00
Nathan Shively-Sanders
64fc88601e
Disable npm-naming with dt-header (#34112)
npm-naming is a new rule but the code it runs was already disabled
whenever dt-header was disabled. This change keeps the behaviour the
same.
2019-03-22 09:26:34 -07:00
Alex Bjørlig
7918616ad7 added name to UserData 2019-01-24 14:05:03 +01:00
Angus Bremner
a1f37b8eaa
Add given_name & family_name to UserData 2019-01-18 14:51:40 +11:00
Ian Howe
f64404328d feat(auth0): Update UserMetadata to have any type for value
fix(auth0): Bump version number
2019-01-16 16:31:01 +11:00
Dan Rumney
c4df5ab14f
Remove dependency on Bluebird
Not everybody uses Bluebird for their Promises and coupling this so tightly to Bluebird causes us problems
2018-11-08 15:39:55 -06:00
Wilson Hobbs
539220016a
Remove amiram 2018-11-04 12:33:29 -05:00
Wilson Hobbs
d2268a8dc6
fix accidental removal of 2018-11-03 23:07:06 -04:00
Wilson Hobbs
bb4fca5226
Update index.d.ts 2018-11-03 22:10:38 -04:00
Matthias Schwegler
fc7765c0f8 [@types/auth0] Add missing optional parameters for 'Get all clients'
See https://auth0.com/docs/api/management/v2#!/Clients/get_clients
2018-10-18 10:57:21 +02:00
segayuu
1a07f27101 [@types/Bluebird] Make iterative methods rigid types without type parameters. (#27216)
* Resolve bluebird(Array) method

* upgrade typescript version from bluebird-global

* move testfile
Reason: There are too many type definition files
  depending on jquery and it can not be managed.

* upgrade typescript version from bluebird require packages

* fix lint error: use-default-type-parameter
2018-07-12 09:23:46 -07:00
jbreckmckye
611e99751d Add semicolon 2018-06-21 10:31:00 +01:00
jbreckmckye
053ed519cc Increment version number of Node-Auth0 2018-06-20 11:19:02 +01:00
jbreckmckye
5c745e279b Test new definitions 2018-06-20 11:05:06 +01:00
jbreckmckye
2a89db7444 Add paged user search interface to Node-Auth0 2018-06-20 10:47:09 +01:00
Matt Oakes
790dd43661
Add the optional access token to the Auth0 Identity response 2018-06-12 14:12:41 +01:00
Saurabh Dutta
0af74afc17 [auth0] Add additional Authenticator class definitions and Managers. (#25405)
* Use Indexer in App_Metadata and User_Metadata

* Add Additional Authenticator Classes
2018-05-07 10:51:09 -07:00
Jussi Kinnula
1b87de76aa Add @types/auth0 missing type profileData to Identity interface (#25251)
* Add @types/auth0 missing optional type profileData for Identity interface

* Update @types/auth0 auth0 version from 2.7 to 2.9.1
2018-04-30 09:08:53 -07:00
Jussi Kinnula
6c7d22ec88 Fix auth0 link users (#25245)
* Fix @types/auth0 Auth0 ManagementClient linkUsers() interface + change params naming

* Add tests for @types/auth0 linkUsers()

* Increase @types/auth0 version number for auth0 from 2.7 to 2.9.1
2018-04-30 09:08:04 -07:00
Mike Fisher
b4ea50c7a9 [auth0] Fix ManagementClient.linkUsers signature (#25219) 2018-04-24 16:06:57 -07:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Seth Westphal
2c84740341 Fix Auth0 createPasswordChangeTicket() parameters. (#23147) 2018-01-24 08:58:16 -08:00
Donald Pipowitch
4d594ddb55 fixed connection types in auth0 (#22843) 2018-01-17 10:05:28 -08:00
Donald Pipowitch
30a18caa99 added identifier prop to resource servers in auth0 (#22842)
* added identifier prop to resource servers in auth0

* require identifier for new resource servers
2018-01-12 16:21:46 -08:00
Paul van Brenk
d95893c76b
Merge pull request #22407 from donaldpipowitch/patch-16
fixed ResourceServer and ClientGrant typings to auth0
2017-12-28 13:10:54 -08:00
Donald Pipowitch
6e277252e7
added test for retry option in auth0 2017-12-28 07:03:06 +01:00
Donald Pipowitch
81890fa478
added/fixed client grant typings in auth0 2017-12-21 14:10:15 +01:00
Donald Pipowitch
32293959a9
added CreateResourceServer to auth0 2017-12-21 13:21:24 +01:00
Donald Pipowitch
71a09643cc
added ResourceServer to auth0 2017-12-21 09:56:30 +01:00
Donald Pipowitch
bd202bef48
added RetryOptions in auth0 2017-12-13 08:24:20 +01:00
Seth Westphal
0513c1e5e4 Add Auth0 getUsersByEmail. (#21948) 2017-12-06 08:49:04 -08:00
Yevhenii
fac99fed26
Fix auth0 updateEmailProvider arguments 2017-11-13 09:50:34 +01:00
Donald Pipowitch
212dadef88
fixed client api's in auth0 2017-11-06 09:33:10 +01:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Donald Pipowitch
4181075775 fixed rule api's in auth0 (#20750)
* fixed rule api's in auth0

* updated auth0 header
2017-10-24 11:03:28 -07:00
Daniel Glasgow
4e39a2f43d @types/auth0 add full typedef for ManagementClientOptions Issue #20210 (#20214)
* Add full typedef for ManagementClientOptions

* add semi colons and remove '?'
2017-10-09 14:40:30 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
bdeaabff24 auth0: Allow to omit params to getUsers (#19098) 2017-08-17 13:32:23 -07:00
Paul van Brenk
2dfa1ee22c Update index.d.ts
Fix version number
2017-06-29 12:48:45 -07:00