stormpath-sdk-java icon indicating copy to clipboard operation
stormpath-sdk-java copied to clipboard

Refactor the authenticator

Open jarias opened this issue 9 years ago • 0 comments

Currently the code around authenticators https://github.com/stormpath/stormpath-sdk-spec/blob/master/specifications/authenticators.md

Is kind of messing and has a lot of code duplication and is hard to follow it. As an example just to add the org name key to the password and stormpath_token grant types I modified 14 files, to put the functionality in perspective the idea was to add new param to the request.

jarias avatar Sep 07 '16 16:09 jarias