Install and configure Devise for user authentication #149

Merged
bustikiller merged 9 commits from devise into main 2024-11-30 17:50:43 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 598cb553c9 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class Users::ConfirmationsController < Devise::ConfirmationsController
clear_respond_to
respond_to :json

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper'
RSpec.describe 'users/confirmations', type: :request do