mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Apache modules for OAuth 2
IIRC, `mod_headers` should be the most important one... not sure if the others are required but they don't hurt either
This commit is contained in:
parent
60879ae2ea
commit
9ec54bb090
@ -33,4 +33,4 @@ Nextcloud server you will have to send the proper authorization header.
|
||||
|
||||
Authorization: Bearer <TOKEN>
|
||||
|
||||
Note that apache by default strips this. Make sure you have ``mod_rewrite`` and ``mod_env`` enabled.
|
||||
Note that apache by default strips this. Make sure you have ``mod_headers``, ``mod_rewrite`` and ``mod_env`` enabled.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user