Search code examples
ruby-on-railsactiveresource

Security in rails Active resources


How to use cryptography with XML documents used for rails Active resources? Or, is there any way to garantee security and integrity with comunications through rails Active resources?


Solution

  • Try using SSL with basic HTTP authentication/API tokens from a database?