Tags: Xanewok/gotrue
Tags
fix: skip capcha if admin jwt in header (supabase#632) * fix: skip captcha if admin jwt in header * refactor: remove redundant code in admin * add bypass captcha test * remove makeAdmin * remove unnecessary check
fix: add session_id to refresh_tokens table (supabase#600) * fix: make migration idempotent * fix: add session_id to refresh_tokens * fix: add session_id to refresh_tokens model * fix: add sessions table * fix: return sessionId in access token * refactor: logout to use sessions * refactor: requireAuthentication should store user and session in context (supabase#631)
feat: Remove remnants of `getInstanceID(ctx)` (supabase#621)
fix: Revert URL normalization (supabase#535, supabase#591) (supabase#592 ) * fix: Revert "fix: don't normalise mobile deeplinks (supabase#591)" This reverts commit 4042c80. * fix: Revert "feat: Normalize redirection URLs and globs (supabase#535)" This reverts commit d6f4a2a.