Imp points to remember == For an Interview

 1.  Diff bet Token and Session based Authentication :: 

token based authentication and session based authentication difference :  

session based authentication is relies heavily on server , a record is created for each logged in user 

token based authentication is stateless it does not store anything on the server but creates a unique encoded token that gets checked every time a request is made .

.....................................................................................................................................

2. Popularitory of Ruby on Rails ::

1. Rich Libraries :: Assures the diverse support for which user do not think anything .

2. 

.....................................................................................................................................

3. What exactly are the Harnesses and Fixtures in rails ::

Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5