supabase / auth-helpers

A collection of framework specific Auth utilities for working with Supabase.

Home Page:https://supabase.github.io/auth-helpers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication fails on Twitter (X) when the username includes "@" or "-"

masa5714 opened this issue · comments

"@supabase/ssr": "^0.0.10",

Bug report

  • Authentication fails on Twitter when the username contains "@" or "-".
  • Users who do not have "@" or "-" in their username authenticate successfully.

Failed pattern names:

  • masato@japan
  • masato - japan

Success pattern names:

  • masato

Memo

I remember having a similar issue in the past.
Here's the link: #102

hey @masa5714, what error do you observe?

There may be a problem with my code.
I will post Issues if there is another problem.