mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
tweak headers so they can be consumed
This commit is contained in:
parent
206d056798
commit
3ea68f8f6c
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ class Auth::DefaultCurrentUserProvider
|
|||
|
||||
CURRENT_USER_KEY ||= "_DISCOURSE_CURRENT_USER".freeze
|
||||
API_KEY ||= "api_key".freeze
|
||||
USER_API_KEY ||= "USER_API_KEY".freeze
|
||||
USER_API_KEY ||= "HTTP_USER_API_KEY".freeze
|
||||
API_KEY_ENV ||= "_DISCOURSE_API".freeze
|
||||
TOKEN_COOKIE ||= "_t".freeze
|
||||
PATH_INFO ||= "PATH_INFO".freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue