i am extending the UserAuth to add more fields into it.
i created a new 'User' table and everything is fine. But the client prefers to stick with the existing 'UserAuth' table and utilize the 'Adding additional metadata to the Meta dictionary fields'.
I have successfully added Meta to responses via a response filter in AppHost.cs but i don't know where/how to add Meta to UserAuth.
Please enlighten me. A small code sample would be much appreciated. Thanks a lot.