-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Airlock::actingAs #50
Comments
Feel free to attempt a PR. |
@leemcd56 i have a quick question . does |
@Te7a-Houdini It doesn't create a new personal access token to provide the proper access. I have opened up PR #51 to add in |
Got it thanks for the clarification |
PR was merged |
I would really like to use this as an alternative to Passport for an API I am building, but a lot of my tests use
Passport::actingAs
for roles and permissions tests.How could one go about mocking this functionality for the time being so I could write in tests like this:
The text was updated successfully, but these errors were encountered: