Rails Application Security :: How to implement the security features in ruby on Rails
Rails Application Security :: How to implement the security features in ruby on Rails :::::::
................................... .. .......................................... .. ..................................................
...........................................................................................................................................................
There are 3 types of the attacks in rails application ::
1. CSRF
2. XSS - Cross Site Scripting
3. SQL Intection
1. Gems we use for the sign in and sign up for authentication and authorization ::
A. becrypt B. jwt
becrypt gem work with the session and jst gem is work with the token , every time when a request hit it goes to the token and all the data of the user is stored in the token
Comments
Post a Comment