mrmarbles/komainu

Require SecurityProvider instantiation through factory method

Closed this issue · 1 comments

Currently SecurityProvider is instantiated directly, requiring preconfiguration to occur within the class itself. Remove configuration logic from the class and instead require the creation of SecurityProvider instances through a factory method, something like komainu.createSecurityProvider() - whose job it will be to configure the instance.

Implemented in commit cd5d1c8.