You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The devise-api gem is a convenient way to add authentication to your Ruby on Rails application using the devise gem. It provides support for access tokens and refresh tokens, which allow you to authenticate API requests and keep the user's session active for a longer period of time on the client side
Friends-App is a web application, where the focal end lies in its Backend. It has been developed in RoR. The app as of now can be used to create a user-oriented and a user-associated friends list. It encompasses the CRUD operations, User Authentication and Admin administration.
Rails 7 API Starter with user Devise-Api Auth and just enough essential configuration options. - Leaving other options open to individual preference, with UUID's/RSpec. Template Repo