You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2020. It is now read-only.
In Readme.md file there is no information that this package relies on cookie-parser express middleware existence. Consider reading and writing cookies directly by your package.
There is also no information that JWT token is returned and cookie is being set on GET request automagically by middleware. It is important information in use case of your package with RESTfull API.
The last thing: (node:2281) Warning: Use Cipheriv for counter mode of aes-256-ctr
In
Readme.md
file there is no information that this package relies oncookie-parser
express middleware existence. Consider reading and writing cookies directly by your package.There is also no information that JWT token is returned and cookie is being set on GET request automagically by middleware. It is important information in use case of your package with RESTfull API.
The last thing:
(node:2281) Warning: Use Cipheriv for counter mode of aes-256-ctr
Cipher algorithm should be updated, read here.
Thank you for your work :-)
The text was updated successfully, but these errors were encountered: