It would be nice to have access to the id of a user logged in. User names can change; I write user information to a lot of tables and I don’t like to use names that much. I solved the problem myself by doing a query in the repository, but it’d be nicer to have a method that does that.
Thanks.