Is it possible to not pass the database parameter?
I'm integrating Google login and would like to handle the user creation and return user information logic myself, without passing the database parameter. Is that possible?
3 Replies
Solution
Sounds like you want to create a custom adapter
Thanks, I'll take a look!