Feature request: @auth rule should not evaluate to false if one JWT var is missing, only if all JWT vars missing

I don’t agree with this. If not all inputs that are required ! are supplied then it should be eval to false

Try this instead:

($USERNAME: String = "", $EMAIL: String = "")