Skip to content

Commit e990bb6

Browse files
ozhdgw
andauthored
Update docs/guide/advanced/passwordless-api.md
Co-authored-by: dgw <dgw@technobabbl.es>
1 parent 4285df9 commit e990bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/advanced/passwordless-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $signature = hash('sha256', $timestamp . '1002a612b4' );
3737
By default, the hash must be one of `sha256`, `sha384` or `sha512`, unless explicitly allowed by a plugin via
3838
the `allowed_hash_algos` filter.
3939

40-
Now use parameters `signature`, `timestamp` and `hash_algo` in your API requests. Example:
40+
Now use parameters `signature`, `timestamp` and `hash` in your API requests. Example:
4141

4242
`https://yoursite/yourls-api.php?timestamp=$timestamp&signature=$signature&hash=sha256&action=...`
4343

0 commit comments

Comments
 (0)