Ash Record without persitance to the database

How can you manually create a record, so I can use it in my code, but not persist it to the database?
4 Replies
Wout
WoutOP2y ago
For Ash Authentication I want to create anonymous users, for when you're not logged in I want to assign them to my session and socket so I can use them, but not persist them to my database until they verify their email
ZachDaniel
ZachDaniel2y ago
You can use manual actions to do things like that the specific thing you've mentioned might bring some interesting challenges, but you can read up on manual actions to see how it works
Wout
WoutOP2y ago
Thanks @Zach Daniel I'll look into that

Did you find this page helpful?