简体   繁体   中英

How to send authentication request from client application to server application in rails?

How to send authentication request from client application to server application in rails? We are working on rails application where login is required.On opening of that login page & submitting that form parameters it should send that submit request to server application for authentication.Is there any mechanism in rails for this client to server communication? Please help us to solve this problem.

There is a simple model based ruby authentication solution called: authlogic

and here is a screencast

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM