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

Authentik: add refreshToken method #1081

Merged
merged 3 commits into from
Sep 8, 2023
Merged

Authentik: add refreshToken method #1081

merged 3 commits into from
Sep 8, 2023

Conversation

RixzZ
Copy link
Contributor

@RixzZ RixzZ commented Sep 5, 2023

Added ability to refreshToken to the Authentik provider based on 07f607f.

/**
* {@inheritdoc}
*/
protected function refreshToken($refreshToken)
Copy link
Member

Choose a reason for hiding this comment

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

could we type this to string?

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 guess so. I didn't type it since the rest of the provider isn't.

Should I add the type then?

@atymic
Copy link
Member

atymic commented Sep 5, 2023

@lucasmichot I don't think linting is running correctly here?

@lucasmichot
Copy link
Member

lucasmichot commented Sep 6, 2023

Style fixing

I does not run after every commit (workflow_disptach)

@atymic
Copy link
Member

atymic commented Sep 7, 2023

Style fixing

I does not run after every commit (workflow_disptach)

Can we have at least a lint on PRs?

@lucasmichot
Copy link
Member

sure

cf. my comment SocialiteProviders/Manager#221 (comment) too

@atymic atymic merged commit 36c0fdb into SocialiteProviders:master Sep 8, 2023
3 checks passed
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