Does CASino (Ruby CAS Server) have any way to create users?

I have a CASinoApp server working with an ActiveRecord authenticator.

I have a client application using omniauth-cas.

My problem is that I do not know how users are created for CASino.

That is, I am presented with a login screen (username, password), but I do not know how this data should be filled. Do I need to create my own forms, controllers, etc. To populate CASino users?

+4
source share
1 answer

As I understand it, CASino is designed to use an existing user table.

URL https://github.com/rbCAS/casino-activerecord_authenticator/issues/11 , CASino Devise Users.

, Devise, SSO- CASino.

+2

All Articles