Rails 6 API fast_jsonapi gem with Devise and JWT authentication
This article is all about authentication in rails 6 using devise and devise-jwt with fast_jsonapi response. Fast_jsonapi A lightning fast JSON:API serializer for Ruby Objects. It is better in performance compared to Active Model Serializer. Devise and JWT Devise-jwt is a devise extension which uses JSON Web Tokens(JWT) for user authentication. With JSON Web Tokens […]