Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@FindingAnand FindingAnand released this 08 Nov 19:02
· 713 commits to master since this release

v3.0.0 (2020-11-08)

✨ New features

♻️ Updates

🐛 Bug fixes

  • cf4a8fd7 Wait for token to be generated
  • 128d995b Use Tokens.LOGIN_LINK to verify JWT
  • 661bf6d0 Use string for userId in TWT
  • 75fc64fc Use take instead of first
  • 97b21181 Use TWT in local to token
  • 780e7d6b Use where with ID key
  • aea4d9f0 Use numbers not TWTs in controllers
  • b3f2f9bc Use string adapter for casbin model
  • 294a5682 Use integer IDs, not TWTs, in casbin policy
  • 14f3182e Change scopes type in access token, API key
  • 17f07562 Make sure user has a verified email
  • dc67971e Only allow admin, member roles in teams
  • 4d070cf1 Create memberships manually
  • 27baa6ec Allow prefers email ID
  • 3a0f0c4d Change profilePicture to Url suffix
  • 87c9b13e Fix stripe customer ID key
  • d3c8c255 Change imports to config
  • 5e6d6918 Make keys in DTO optional
  • f27c6b9d Ensure result exists before accessing user
  • a166eaa1 Fix use authentication in class
  • 9cdea097 Specify IP address when adding member, add module
  • 97096b3f Use object payload for JWT
  • 99f9058d Fix registration, location
  • 10a4b3c0 Fix password hash in Pwned
  • 087701ea Use module imports, not service
  • fb46eeb4 Import StripeModule
  • f883155b Move scopes endpoint to top
  • e2541a16 Add ConfigModule to ApiKeysModule

🔒 Security issues

  • e1d3e0cb Add AuthGuard in user endpoints
  • 653ccfc4 Add scopes and guards on user routes

⬆️ Dependency updates

💥 Breaking changes