-
Notifications
You must be signed in to change notification settings - Fork 370
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
Add support for EdDSA #457
base: master
Are you sure you want to change the base?
Conversation
@@ -173,7 +173,7 @@ class OpenIDConnectClient | |||
|
|||
/** | |||
* @var mixed holds well-known openid configuration parameters, like policy for MS Azure AD B2C User Flow | |||
* @see https://docs.microsoft.com/en-us/azure/active-directory-b2c/user-flow-overview | |||
* @see https://docs.microsoft.com/en-us/azure/active-directory-b2c/user-flow-overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a whitespace fix
@@ -686,7 +686,7 @@ public function getRedirectURL(): string | |||
} else { | |||
$protocol = 'http'; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a whitespace fix
@@ -709,7 +709,7 @@ public function getRedirectURL(): string | |||
} | |||
|
|||
$port = (443 === $port) || (80 === $port) ? '' : ':' . $port; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a whitespace fix
List of common tasks a pull request require complete
Adds support for
EdDSA
/Ed25519