You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been using ultimate-seed for a few months now and still learning the intricacies. One challenge I've come across that has stumped me is how to create new users with different roles based on passing a query param at the time of login/register. I'm trying to do this in the application code instead of changing the 'ultimate' module's linkedin middleware code. In other words, when User.findOrCreateLinkedInUser() method is called, I'd like to access the role that was passed in originally as a query param from the client.
Any thoughts?
Thanks,
_K
The text was updated successfully, but these errors were encountered:
Hi,
I've been using ultimate-seed for a few months now and still learning the intricacies. One challenge I've come across that has stumped me is how to create new users with different roles based on passing a query param at the time of login/register. I'm trying to do this in the application code instead of changing the 'ultimate' module's linkedin middleware code. In other words, when User.findOrCreateLinkedInUser() method is called, I'd like to access the role that was passed in originally as a query param from the client.
Any thoughts?
Thanks,
_K
The text was updated successfully, but these errors were encountered: