-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAUTH_USERS.USER_ID is missing #11
Comments
I do not believe |
@dsquier Wow. I'm so lucky to finally meet you here. We looked for other packages because cannot reach you. Can you say what this repo's license? |
We discuss integration of your schema into openapi-generator project in OpenAPITools/openapi-generator#5807 |
I've spent some time checking implementations. This User ID | OAuth2 Server PHP link says that However following implementation says: // the default behavior is to use "username" as the user_id
return array_merge(array(
'user_id' => $username
), $userInfo); I think issue can be closed, because I didn't find any doc to prove my point. |
Can't understand where is
user_id
column in following table:oauth2-server-php-mysql/oauth.ddl
Lines 93 to 101 in 266c239
The text was updated successfully, but these errors were encountered: