J
J
jenya77712018-10-09 22:06:29
Node.js
jenya7771, 2018-10-09 22:06:29

How to get hash from expressJs link?

Hello, how to get hash from link in nodeJs app to expressJs?
You need to extract the hash of the token after the vk redirect.
site.com/get/#access_token=12345

app.get("/get", (req, res, next) => {

    console.log(req)
})

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2018-10-09
@jenya7771

How do you say "hash" (God forgive me) is only available in the browser
https://github.com/expressjs/express/issues/1083

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question