Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Look into possible bug in Password Reset Token Verification #107

Open
bretterer opened this issue Nov 13, 2015 · 1 comment
Open

Look into possible bug in Password Reset Token Verification #107

bretterer opened this issue Nov 13, 2015 · 1 comment
Assignees
Labels

Comments

@bretterer
Copy link
Collaborator

There may be a bug in the SDK based around a urlencoded token from the password reset workflow.

@bretterer bretterer added the bug label Nov 13, 2015
@bretterer bretterer self-assigned this Nov 13, 2015
@bretterer
Copy link
Collaborator Author

It appears there is an issue with the SAuthC1 signer. Further investigation is needed.

To bypass this issue for now, either urldecode() the token, or set your authentication scheme to use the Basic Signer.

 \Stormpath\Client::$authenticationScheme = Stormpath\Stormpath::BASIC_AUTHENTICATION_SCHEME;

// or

$client = $builder->setAuthenticationScheme(Stormpath::BASIC_AUTHENTICATION_SCHEME)
                     ->build();

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

No branches or pull requests

1 participant