Hi Everyone! How would I test authentication in my unit tests? In Django you would normally use force_authenticate which is available on api clients. What would be preferred way to do this in luminus?
force_authenticate