-
Notifications
You must be signed in to change notification settings - Fork 2
Update authpswd.md to make it clear not to use authpswd #21
Conversation
I wrote a client using this to login, it should be more clear that this should not be used.
let me fix this |
"nodeModulesDir": "auto", is breaking it |
please update to the latest deno 2 rc using |
ok, let me give that a go |
ok. if you re run the checks it should work now. |
Yep, checks passed. |
alright, despite the checks passing, authpswd isn't completely replaced by the api route. in the majority of cases, you should use the api route and then pass the token to cloudlink using the token query parameter when connecting (with a url like |
ok, is there a way It could be worded better? |
@williamhorning what about adding a note like, Instead of using authpswd, get a token using the REST API then connect to the web socket with your token "wss://server.meower.org/?v=1&token={your token from api}". |
yes, that'd work |
ok, let me add that to the pull request |
Co-Authored-By: William Horning <[email protected]>
Ok, I updated it based on your feedback @williamhorning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove package-lock file
@williamhorning done |
I wrote a client using this to login, it should be more clear that this should not be used.