From 321797d4a5d5a15aeb970f60629f94f099643148 Mon Sep 17 00:00:00 2001 From: mmgajda <125045126+mmgajda@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:03:25 -0500 Subject: [PATCH 1/2] Updates for Tuesday Feb 6 --- mmgajda.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mmgajda.md b/mmgajda.md index 3048159..1fb0483 100644 --- a/mmgajda.md +++ b/mmgajda.md @@ -4,7 +4,9 @@ **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. **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. \ No newline at end of file + 2. Done as of `2/6/2024` Basic testing completed using secrets/env.local variables. + 3. In Progress. \ No newline at end of file From 5b4a40383e0291b5d924888b67d786c2a5808fed Mon Sep 17 00:00:00 2001 From: mmgajda <125045126+mmgajda@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:41:00 -0500 Subject: [PATCH 2/2] Updates as of 2/20/2024 --- mmgajda.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mmgajda.md b/mmgajda.md index 1fb0483..8335f25 100644 --- a/mmgajda.md +++ b/mmgajda.md @@ -5,8 +5,12 @@ 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. Done as of `2/6/2024` Basic testing completed using secrets/env.local variables. - 3. In Progress. \ No newline at end of file + 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) \ No newline at end of file