Replies: 1 comment
-
Its already decrypt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to decrypt the adminjs cookie without success.
I'm using cookie-parser as read around the web.
app.js
middleware
What I see is:
arg1: {adminjs: 'x8Y8-ds1kHKG7iB1CT4wau7ZdvTQ2gvS'}
Actually to me is not seems decripted.
My goal is understand inside a generic middleware if the the user is authenticated using Adminjs.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions