Skip to content
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

[7.0] Added redirect_uri and user_id options to cli #921

Merged
merged 1 commit into from
Jan 3, 2019

Conversation

matthewsuan
Copy link
Contributor

When using passport:client commands, add redirect_uri and user_id options. Useful for automated builds.

When using `passport:client` commands, add `redirect_uri` and `user_id` options. Useful for automated builds.
@driesvints
Copy link
Member

Can you give a specific example how this would be useful?

@driesvints driesvints changed the title Added redirect_uri and user_id options to cli [7.0] Added redirect_uri and user_id options to cli Jan 3, 2019
@matthewsuan
Copy link
Contributor Author

I found myself wanting this feature for my ci builds and testing scripts.

I have deploy scripts where I am creating new oauth client on the fly and this is not directly achievable using current setup.

I found out --name option is added so why not --user_id and --redirect_uri.

@taylorotwell taylorotwell merged commit ea8639c into laravel:7.0 Jan 3, 2019
@matthewsuan
Copy link
Contributor Author

cool thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants