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 3 weeks ago

banterCZ commented 1 month ago

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