Skip to content

Commit

Permalink
Add comment on server v3 documentation regarding the authentication p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
markwj committed Jun 23, 2023
1 parent b6c10a5 commit 105e47c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/server/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ We recommend the following:
ApiHttpMqapi
EOT
--------------
Authentication
--------------

Authentication is typically via username+password from the ovms_owners table. But that depends on what plugin you have configured to do it.
The ApiHttpCore calls the overloaded plugin function 'Authenticate' to perform the authentication.

You either need to use the supplied AuthDrupal plugin (which espects drupal style strongly hashed passwords in ovms_owners table),
or write your own (registering and providing the 'Authenticate' function. You can use AuthDrupal as an example.

--------------
Run The Server
--------------
Expand Down

0 comments on commit 105e47c

Please sign in to comment.