Skip to content

Releases: veldtech/gotrue

v1.0.0

17 Apr 05:57
d7d4618
Compare
Choose a tag to compare

1.0.0 (2023-04-17)

Bug Fixes

  • #1 changed fragment to query parameter in confirmation email and now allow confirmation of email token via GET request to /verify which will forward to SITEURL on success (452c77f)
  • createNewIdentity uses provided transaction (#776) (3f61950)
  • Access to req.Body via getBodyBytes (#630) (99fed86)
  • account linking logic (#990) (17162c9)
  • add & update migrations (c9561c6)
  • add email as verification type for email OTPs (#885) (8d21cbc)
  • add UserSignedUpAction to the audit log when the user is unconfirmed (#423) (3356266), closes #395 #396
  • add alter users migration (0a04884)
  • add app_metadata in adminUserCreate (#628) (22aa3f6)
  • add arm64 to docker releases (6b52c24)
  • add auth.jwt() function (#484) (e22cbc7)
  • Add automatic reuse detection for refresh tokens (#226) (27e22a7)
  • add checks for ownership for unenroll and verify (#835) (bdd9947)
  • add client_id and issuer fields to id_token grant (0808e33), closes #159 #299 #159 #299
  • add config to toggle num of email change links sent (3289d69)
  • add configurable hcaptcha timeout (#441) (c353dbb)
  • add create_user field to otp endpoint (#318) (43d2e39)
  • add default message for sending sms otp (26eb21f)
  • add discord discriminator to username (#381) (4bb1b4c)
  • add discord id to user_metadata (#136) (0855eea)
  • add docs for callback and authorize (83ca514)
  • add email_change support to generateLink (#560) (7c452a8)
  • add empty emails checks (53ecf93)
  • Add full gosec support (w/o tests) (#636) (7994557)
  • add gitlab types and handle primary email confirmation (ab65ec9)
  • add http timeout to add external provider requests (#471) (1685bf2)
  • add identities to access token jwt payload (d84e553)
  • add identities to user json obj (e3a52e6)
  • add identity model (68feb34)
  • add improved HTTP metrics (#768) (2f78644)
  • add index on (session_id, revoked) in refresh_tokens (#765) (5ba3aca)
  • add index on identities.user_id (#781) (6c2c734)
  • add index on identites.user_id (096dc31)
  • add IP Address to logs (df6bf87)
  • add logic to sign-in based on identity (00b0c0a)
  • add login event to recover / magiclink verify (#396) (7312da7)
  • add mfa migrations (#722) (afdb223)
  • add migration for email change (08f2f73)
  • add migration to backfill email identities (#823) (b54d60a)
  • add missing index on user_id under sessions (#763) (3332072)
  • add missing namespace prefix to index targets (#892) (3961c55), closes #669
  • Add new SMS provider Textlocal (#342) (bf35829)
  • Add Notion OAuth (#326) (accdb78)
  • add nullif to auth functions (#391) (88498e0)
  • add oauth token validation for facebook (7f8dbfe)
  • add phone field to gotrue claims (21de282)
  • add provider field back for backward compatibility (4f4361c)
  • add provider to audit_log_entries for all signup and login actions (#373) (38d7d36)
  • add rate limit emails sent envvar (d0982b3)
  • add rate limit env vars (1548ccd)
  • add rate limiter for email endpoints (97e9ec8)
  • add reuse interval for token refresh (#466) (6a6e3be)
  • add send email change logic (b5fd17f)
  • add sender name to SMTP config (1a3a9d2)
  • add separate config for sms rate limits (#860) (1ff475c)
  • add session_id to refresh_tokens table (#600) (f427b9f), closes [supabase#631](https://github.com/veldtech/gotr...
Read more