module RailsJwtAuthOmniauth
Constants
- VERSION
Public Class Methods
omniauth(provider, *args)
click to toggle source
# File lib/rails_jwt_auth_omniauth.rb, line 14 def self.omniauth(provider, *args) omniauth_configs[provider] = RailsJwtAuthOmniauth::OmniauthManager.new(provider, args) end
setup() { |self| ... }
click to toggle source
# File lib/rails_jwt_auth_omniauth.rb, line 10 def self.setup yield self end