codemation / easyauth

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
https://easyauth.readthedocs.io/en/latest/
MIT License
553 stars 52 forks source link

register_user fix - extract group_names from OauthConfig default_groups #71

Closed codemation closed 1 year ago

codemation commented 1 year ago

Description

This PR fixes an issue with default_groups usage with easyauth oauth provider and register_users method.