Преглед изворни кода

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

binwiederhier пре 2 година
родитељ
комит
df2872bebd
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      docs/publish.md

+ 6 - 0
docs/publish.md

@@ -3238,6 +3238,12 @@ The following command will generate the appropriate value for you on *nix system
 echo -n "Basic `echo -n 'testuser:fakepassword' | base64`" | base64 | tr -d '='
 ```
 
+For access tokens, you can use this instead:
+
+```
+echo -n "Bearer faketoken" | base64 | tr -d '='
+```
+
 ## Advanced features
 
 ### Message caching