You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our auth_plug is working as desired and provides protection for our routes,
but testing routes protected by the plug is a little tedious; we can do better.
Todo
Create a helper function that generates a valid JWT with some valid-looking data
so that requests to protected routes can be tested.
The text was updated successfully, but these errors were encountered:
Our
auth_plug
is working as desired and provides protection for our routes,but testing routes protected by the plug is a little tedious; we can do better.
Todo
so that requests to protected routes can be tested.
The text was updated successfully, but these errors were encountered: