Skip to content

fix(INC-685): extract parse from constructor#33

Merged
Ninerian merged 6 commits into
masterfrom
NFS-3018-update-abstrakt-token
May 22, 2025
Merged

fix(INC-685): extract parse from constructor#33
Ninerian merged 6 commits into
masterfrom
NFS-3018-update-abstrakt-token

Conversation

@Ninerian

@Ninerian Ninerian commented May 21, 2025

Copy link
Copy Markdown
Contributor

@Ninerian
Ninerian requested review from a team and m-seidel May 21, 2025 13:21
@Ninerian Ninerian changed the title fix: extract parse from constructor fix(INC-685): extract parse from constructor May 22, 2025

@cornelius-behrend cornelius-behrend left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

NIT find, otherwise LGTM

Comment thread src/SSOTokenGenerator.php Outdated
* @return string Encoded token.
*/
public static function createSignedTokenFromData(string $privateKey, array $tokenData, Signer $signer = null): string
public static function createSignedTokenFromData(string $privateKey, array $tokenData, Signer $signer = null, array $headers = []): string

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Where is headers used?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It was an intermediate step. I removed it.

@Ninerian
Ninerian merged commit a7333ed into master May 22, 2025
@Ninerian
Ninerian deleted the NFS-3018-update-abstrakt-token branch May 22, 2025 14:01
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