filsh / yii2-oauth2-server

A wrapper for implementing an OAuth2 Server(https://github.com/bshaffer/oauth2-server-php)
MIT License
332 stars 167 forks source link

pass accessToken in header to get response #88

Open kamrankhatti opened 8 years ago

kamrankhatti commented 8 years ago

Is there any solution to get protected response by passing accessToken in headers instead of query string?

Thanks

mtangoo commented 8 years ago

explain what you mean

JavaMachine commented 8 years ago

IMHO, Access Token is always passed via headers, if you want to secure your API responses use SSL (HTTPS) or Custom Encryption Library (I use RNCryptor)