プラグイン内:
このコードが使用されています:
result = Auth::Result.new
result.extra_data = “some value”
その extra_data の値はどこに保存されるのでしょうか?さまざまなテーブルを確認しましたが、まだ見つけることができていません。すべてを調べる前に、ここで確認しようと思いました。
ありがとうございます
Normally extra_data will be carried until the new users complete their signup process. Then it will be used here.
Thanks, that helped me find what I was looking for. The data I was looking for gets stored in the plugin_store_rows table.