Skip to content

Add location information to users via keycloak

Fanna Lautenbach requested to merge create-user-info into master
  • create model UserInfo (with link to User)
  • create SocialAccountAdapter to extract the location from keycloak to the UserInfo (it also has extra logging for errors)
  • remove signup button and form (only via keycloak now)

Merge request reports