Skip to content

Releases: slekup/passport-discord-auth

1.1.1

31 Aug 14:38
ff939de
Compare
Choose a tag to compare
  • Fixed the bug where fetched scope data was being assigned to the wrong object.
  • Added banner_color property to the DiscordUser type.

1.1.0

31 Aug 13:36
0fdd005
Compare
Choose a tag to compare
  • New scopeDelay strategy option - Adds a delay between requests for scope data, which may help with ratelimiting issues.
  • New fetchScope strategy option - Defines whether to fetch scope data or not.
  • Authorization params - Additional param options that can be provided when authenticating.
  • Constructor validation - If insufficient options are provided, it will throw an error.
  • Add all required types (with tsdoc) in /src/typings.ts
  • Added createdAt property to profile - derived from the user id.

1.0.0

28 Aug 15:53
ce1a9eb
Compare
Choose a tag to compare

Up to date release of the discord strategy, including all scopes.