In the plugin:
This code is used:
result = Auth::Result.new
result.extra_data = “some value”
Where is that extra_data value saved? I’ve checked various tables but have yet to find it. Thought I’d check here before having to traverse them all.
Thanks
Normally extra_data will be carried until the new users complete their signup process. Then it will be used here.
3 likes
Thanks, that helped me find what I was looking for. The data I was looking for gets stored in the plugin_store_rows table.