Hi,
If I am using token auth in my app instead of session auth, It would not be wise to query the DB inside def process_request correct?
Does this mean i need to completely refactor the token Auth to grab from the redis store instead of the PG database?