-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
section by token for node api #19
Comments
yes, install venom-bot, sessions for token, in folder token with file json |
Any examples for implementation of this requirement? |
1 similar comment
Any examples for implementation of this requirement? |
Like multiple router Path :/login return token Path: /send-message/:token - > send message to sesión token!? |
no example at the moment, if you find out how to do it, we will be very happy |
…pt-eslint/parser-4.28.2 chore(deps-dev): bump @typescript-eslint/parser from 4.24.0 to 4.28.2
It's ready section by token!? For implementation?
Example
Path /login - > get Auth and response token
Path /get-messages - > get messages by token in active session,
Implementation in node server
The text was updated successfully, but these errors were encountered: