khall
Results
3
comments of
khall
Looks like this is fixed in github but not on the website itself. There's only two additional pages after the math page so you're probably better off reading the online...
This looks right, but I don't know if this gem works anymore. ``` manager.strategies.add(:auth0_authenticatable, Devise::Strategies::Auth0Authenticatable) do |auth0| auth0.config.client_id = 'client_id' auth0.config.secret = 'secret' end ```