Sha256: 38c8c93d7ff8f55dbdeeab781bff65c8c087daa767df639e11c2371a3dd29f0a

Contents?: true

Size: 150 Bytes

Versions: 26

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

module Requests
  module AuthHelpers
    def auth_headers_for(user)
      user.create_new_auth_token
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
graphql_devise-2.0.0 spec/support/requests/auth_helpers.rb
graphql_devise-1.4.0 spec/support/requests/auth_helpers.rb
graphql_devise-1.3.0 spec/support/requests/auth_helpers.rb
graphql_devise-1.2.0 spec/support/requests/auth_helpers.rb
graphql_devise-1.1.1 spec/support/requests/auth_helpers.rb
graphql_devise-1.1.0 spec/support/requests/auth_helpers.rb
graphql_devise-1.0.1 spec/support/requests/auth_helpers.rb
graphql_devise-1.0.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.18.2 spec/support/requests/auth_helpers.rb
graphql_devise-0.18.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.18.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.17.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.17.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.16.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.15.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.14.3 spec/support/requests/auth_helpers.rb
graphql_devise-0.14.2 spec/support/requests/auth_helpers.rb
graphql_devise-0.14.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.14.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.13.6 spec/support/requests/auth_helpers.rb