wultra / powerauth-restful-integration

Integration libraries used when building PowerAuth protected RESTful
GNU Affero General Public License v3.0
4 stars 4 forks source link

Simplify ActivationService#createActivation #548

Closed banterCZ closed 2 months ago

banterCZ commented 2 months ago

Refactor the big switch in ActivationService#createActivation and extract that into several methods. Implementation of OIDC activation (#532) will be simpler.