You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/authentication.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ You will build:
10
10
- protected routes
11
11
- bearer token style authentication
12
12
13
-
> This guide keeps the implementation simple and in-memory. For production, store users in SQLite or MySQL, hash passwords, and use real JWT/session middleware.
13
+
> This guide keeps the implementation simple and in-memory.
14
+
For production, store users in SQLite or MySQL, hash passwords, and use real JWT/session middleware.
Copy file name to clipboardExpand all lines: guides/cors.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ API: http://localhost:8080
11
11
12
12
## What is CORS?
13
13
14
-
An origin is composed of scheme + host + port. The browser uses CORS to decide whether frontend JavaScript is allowed to call an API on another origin.
14
+
An origin is composed of scheme + host + port.
15
+
The browser uses CORS to decide whether frontend JavaScript is allowed to call an API on another origin.
0 commit comments