adamfoneil / Dapper.CX

A Crud library based on Dapper
MIT License
8 stars 1 forks source link

rework IGetUser as IOnboardUser and add Claim support #40

Closed adamfoneil closed 3 years ago

adamfoneil commented 3 years ago

I'm finding that I need more than just a string userName argument to onboard a user automatically. I need access to all Claims coming from the identity provider to build out the user info in a database.