Skip to content

Commit 8b2a0df

Browse files
Add deprecation context to migration guide (#1799)
1 parent 591ae81 commit 8b2a0df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pages/sessions/migrate-lucia-v3.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ title: "Migrate from Lucia v3"
44

55
# Migrate from Lucia v3
66

7-
Because Lucia v3 is lightweight and relatively low-level, migrating your project shouldn't take long. Moreover, most of your knowledge will still be very useful. No database migrations are necessary.
7+
Lucia v3 has been deprecated. Lucia is now a learning resource for implementing sessions and more.
8+
9+
## Background
10+
11+
We ultimately came to the conclusion that it'd be easier and faster to just implement sessions from scratch. The database adapter model wasn't flexible enough for such a low-level library and severely limited the library design.
12+
13+
## Migration path
14+
15+
Replacing Lucia v3 with your own implementation should be a straight-forward path, especially since most of your knowledge will still be very useful. No database migrations are necessary.
816

917
APIs on sessions are covered in the [Basic session API](/sessions/basic-api) page.
1018

0 commit comments

Comments
 (0)