1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-23 03:43:47 +01:00

Merge branch 'main' of github.com:binwiederhier/ntfy

This commit is contained in:
binwiederhier 2023-02-18 19:48:46 -05:00
commit 59b59fda98

View file

@ -2930,7 +2930,7 @@ Here's an example using the `auth` query parameter:
])); ]));
``` ```
To generate the value of the `auth` parameter, encode the value of the `Authorization` header (see anove) using To generate the value of the `auth` parameter, encode the value of the `Authorization` header (see above) using
**raw base64 encoding** (like base64, but strip any trailing `=`). Here's some pseudo-code that hopefully **raw base64 encoding** (like base64, but strip any trailing `=`). Here's some pseudo-code that hopefully
explains it better: explains it better: