Update doc README

This commit is contained in:
xbgmsharp
2024-04-07 15:41:11 +02:00
parent 28ccc9e2da
commit 241c70fcb5

View File

@@ -72,4 +72,14 @@ flowchart TD
B --> O{Update account,vessel,otp}
F --> P{Update metadata}
G --> P
```
```
### How to bypass OTP for a local install?
You can skip the otp, add json key value to the account preference.
"email_valid": true
OTP is created and sent by email using a cron. in postgres/cron/job
accounts are store in signalk/auth/accounts
you should have an history in signalk/public/process_queue
By default they are no active as it require external configuration settings.