A dummy authentication provider for development and testing.
WARNING: This provider allows ANY token to pass as a valid user with full admin permissions.
DO NOT use this in production!!!
let auth = AllowAllAuth;