guardian_backdoor
guardian_backdoor copied to clipboard
A plug to write faster acceptance tests by skipping the sign-in process. This feature is inspired by Clearance’s backdoor.
Results
1
guardian_backdoor issues
Sort by
recently updated
recently updated
newest added
I am using `guardian` in tandem with `guardian_db` to persist the JWT tokens in the database. Upon writing the acceptance tests using Hound, I ran into the following issue: 1....