Authlogic: Create records on other users' behalf
- by Friðrik
Hi
Using Authlogic, what is the best way to create a record in rails on other users' behalf?
Description:
I have a c++ server which handles Tcp connections from many c++ clients, and I want the c++ server to create a new record in the rails database using its REST api. However, the c++ server needs to be authenticated before creating that record.…