Skip to content

Commit

Permalink
fix: change_headers_on_each_requestをfalseに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nyohoo committed Jul 19, 2022
1 parent 3e9fa4f commit e87d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise_token_auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# client is responsible for keeping track of the changing tokens. Change
# this to false to prevent the Authorization header from changing after
# each request.
config.change_headers_on_each_request = true
config.change_headers_on_each_request = false

# By default, users will need to re-authenticate after 2 weeks. This setting
# determines how long tokens will remain valid after they are issued.
Expand Down

0 comments on commit e87d0e3

Please sign in to comment.