bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

The question about setAuthorizationCode #844

Open tjtgzxs opened 7 years ago

tjtgzxs commented 7 years ago

@bshaffer Hi ,I am pleased to use this library to help me to upgrade my application,But I still have a question t o ask you. I just can insert my Authorization Code when I use setAuthorizationCode Function, which means I cannot insert my expire time, userId and redirect_url. I do not know my problem. Thanks to anyone can tell me how to solve this question.

bluebaroncanada commented 7 years ago

Can you please provide me some information on this? What storage adapter are you using? Can you give me a code snippet?