In previous Stack Overflow questions, @mythz tells about the Meta dictionary in the "UserAuth table".
However, I cannot find any information on where the UserAuth "table" is or where the object can be found. I am currently working with the IAuthSession
, where I have some data regarding who is authenticated etc, but I cannot find info on where the UserAuth comes in.
I have read for example How can I extend ServiceStack Authentication but that doesn't help - I see no reference to an "AuthUser" object.
So, how does the AuthUser relate to the IAuthSession?