Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e3a76b0
add new workshop outline
kettanaito Aug 26, 2025
435c91b
04/01 rename exercise
kettanaito Aug 26, 2025
c855e57
Merge branch 'main' into new-outline
kettanaito Nov 3, 2025
2cdf595
02/03: add passkey authentication test
kettanaito Nov 3, 2025
6763f16
use `test-passkey` for passkey tests
kettanaito Nov 3, 2025
9f5275c
add test case for failed passkey authentication
kettanaito Nov 4, 2025
347d791
refine existing exercises
kettanaito Nov 4, 2025
6183cc8
02/01: add basic auth test case
kettanaito Nov 4, 2025
1819a7f
add invalid credentials basic auth test case
kettanaito Nov 4, 2025
66876e1
add 2fa exercise skeleton
kettanaito Nov 4, 2025
dc31e9e
02/05: add exercise skeleton
kettanaito Nov 4, 2025
a6751ca
02/05: drop persona, seed user and verification directly
kettanaito Nov 4, 2025
ce3a467
drop captcha, draft 3rd-party providers
kettanaito Nov 4, 2025
4834b84
02/04: thoughts on testing 3rd-party auth
kettanaito Nov 4, 2025
d97bfcb
02/02: fix svg import build error
kettanaito Nov 6, 2025
419e7df
02/02: generate OTP from the same config
kettanaito Nov 6, 2025
9dd408d
02/04: add test cases
kettanaito Nov 7, 2025
227ab68
update `test-passkey` for proper `publicKey` type
kettanaito Nov 7, 2025
a8e7e8e
02/04: per-test app instances with `app-launcher`
kettanaito Nov 12, 2025
e5379aa
02/04: bind `prisma` to test cases
kettanaito Nov 12, 2025
dfe499e
02/04: run prod build for tests
kettanaito Nov 12, 2025
15fd192
attach database file to test artifacts
kettanaito Nov 14, 2025
a1dc5cf
add more e2e tests for performance a/b
kettanaito Nov 14, 2025
6d87ca8
remove oath exercise, add problems
kettanaito Nov 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.

This file was deleted.

1 change: 0 additions & 1 deletion exercises/01.basics/README.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "exercises_01.fundamentals_01.problem.install-and-configure"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "exercises_01.basics_01.solution.install-and-configure",
"name": "exercises_01.fundamentals_01.solution.install-and-configure",
"scripts": {
"test:e2e": "playwright test"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "exercises_01.basics_02.problem.running-the-app",
"name": "exercises_01.fundamentals_02.problem.running-the-app",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
Loading