Marcos
Marcos
how you do it? Rails App?
a good gem? they are also this, how can i well integrate without a complexity? https://github.com/vuetifyjs/vuetify i use Turbolinks, all ok?
Of course ``` devise :registerable, :confirmable, :recoverable, :rememberable, :trackable, :validatable, :database_authenticatable, :omniauthable, :omniauth_providers => [:saml] ```
http://stackoverflow.com/questions/24574094/deviseomniauth-routes-versioning The solution that **uncomment** the line at the bottom of the file, it says: `# config.omniauth_path_prefix = '/my_engine/users/auth'` and add your route
Yes, it **solved**, at least for now. I still developing the same feature, i will notify here if i found more issues.