Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion mmgajda.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
**Task:**
1. Pass "the-explorer" application to Ben for Auth0 integration.
2. Write Playwright test(s) to verify Auth0 implementation.
3. Create testing setup structure where credentials and session information is secret.
4. Incorporate testing to mock 2FA sign-in
5. Collaborate with Ben on a "clean-slate" starter repo with instructions so anyone can pick up the project and go.

**Progress:**
1. Done as of `1/27/2024` - [repo here](https://github.com/bentzi-shuster/IS421)
2. In progress. Basic test completed, but needs more utility.
2. Done as of `2/6/2024` Basic testing completed using secrets/env.local variables.
3. Done as of `2/15/2024` AuthState information is encrypted for repo and decrypted during Playwright initialization. Encryption key is in Secrets.
4. Work in progress. I am hesitant to use my own phone number and haven't found a low cost alternative.
5. Done as of `2/20/2024` [repo here](https://github.com/WISClub/PlaywrightAuthExample)