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

Change default settings file #96

Merged
merged 1 commit into from
Mar 15, 2018
Merged

Conversation

joshcanhelp
Copy link
Contributor

Improved defaults based on new clients, use env() where appropriate.

Improved defaults based on new clients, use env() where appropriate.
@joshcanhelp joshcanhelp added this to the 5.1.0 milestone Mar 14, 2018
// 'persist_access_token' => true,
// 'persist_id_token' => true,
'persist_user' => true,
'persist_access_token' => false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want to persist the access token by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a good reason to ... regardless, the default is false, as per the documentation above, so just matching that in the example config.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine, only saw the // 'persist_access_token' => true, in the diff.

Copy link
Member

@cocojoe cocojoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshcanhelp joshcanhelp merged commit 7fb4409 into 5.x.x-dev Mar 15, 2018
@joshcanhelp joshcanhelp deleted the change-default-config-file branch March 15, 2018 19:49
@joshcanhelp joshcanhelp mentioned this pull request Mar 20, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants