xima-media / xima-oauth2-extended

Additional OAuth2 provider + on-the-fly user creation
https://www.xima.de/
3 stars 3 forks source link

Refactor user factories #9

Closed maikschneider closed 10 months ago

maikschneider commented 1 year ago

With new features like profile image download and user group update, BackendUserFactory and FrontendUserFactory share a couple a functionality that could be merged in an Abstract class.

Best done during frontend implementation in #8