msa7 / multi_auth

Standardized multi-provider OAuth authentication
MIT License
111 stars 23 forks source link

Update Twitter to X #43

Open jwoertink opened 3 months ago

jwoertink commented 3 months ago

So we don't have to write code like :joy:

private def because_of_elon_musk
    case provider.downcase
    when "x" then "twitter"
    else
      provider.downcase
    end
  end