jaredhanson / passport-http-bearer

HTTP Bearer authentication strategy for Passport and Node.js.
https://www.passportjs.org/packages/passport-http-bearer/?utm_source=github&utm_medium=referral&utm_campaign=passport-http-bearer&utm_content=about
MIT License
951 stars 142 forks source link

Change access_token #21

Closed yizhao closed 10 years ago

yizhao commented 10 years ago

This is a question: is there something built in to change "access_token" to something else?

jaredhanson commented 10 years ago

No. The spec states that the parameter is named "access_token". I won't add an option that makes it possible to violate the spec.