Skip to content

Tags: Xanewok/gotrue

Tags

v2.16.6

Toggle v2.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add test for all sms providers (supabase#676)

* refactor: use custom HttpClient interface

* test: add test for twilio SendSms

* use gock for mocking requests

* test twilio error edge cases

v2.16.5

Toggle v2.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: releaserc (supabase#680)

v2.16.4

Toggle v2.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle null session id (supabase#667)

* fix: omit session_id in jwt if null

* fix: exclude null session uuid from claim

* refactor: remove unused http.ResponseWriter

* test: add test for auth middleware methods

* resolve pr comments

* refactor: use uuid ptr instead of nulls.UUID (supabase#668)

* refactor: use ptr instead of nulls.UUID

* update tests

v2.16.3

Toggle v2.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: global logrus configuration (supabase#575)

Use ConfigureLogging to globally configure logrus so that all logs are
bound to the same configuration, e.g. level and formatter. When create
a new logger, such as in Mailer, use logrus.StandardLogger() instead of
logrus.New() so that it inherits the global configuration

Also, provide pop with a logging function that wraps logrus. To be
consistent with the current behavior, a new setting, GOTRUE_LOG_SQL was
added that takes the values of "all", "statement" or "none" (default to
"none"). "statement" will log any SQL statement that goes through POP
while "all" will log the statement + arguments. "all" could log
sensitive information.

Co-authored-by: Kang Ming <kang.ming1996@gmail.com>

v2.15.4-zerosessionidfix.1

Toggle v2.15.4-zerosessionidfix.1's commit message
ci: remove condition on release job

v2.16.2

Toggle v2.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use `delete` instead of `truncate` for fast tests (supabase#654)

v2.16.1

Toggle v2.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: return provider_refresh_token in query fragment (supabase#641)

* feat: Add provider_refresh_token query fragment

Return the provider_refresh_token in the query fragment if it exists

* docs: add reference link to the OAuth2 spec

* fix: remove provider refresh token in OAuth1

v2.16.0

Toggle v2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use proper ip address (supabase#649)

v2.15.5

Toggle v2.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add full `gosec` support (w/o tests) (supabase#636)

v2.15.4

Toggle v2.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Add gosec scanning (exlcudes G104) (supabase#626)