Video: Local SSL With Caddy Server
Level 2 Node Authentication
Released: 2021-03-31
-
1. Getting Started
7m4s
-
2. Secure Cookies
6m47s
-
3. Hosts File
4m28s
-
4. Local SSL With Caddy Server
7m11s
-
5. Cookies In Safari
6m34s
-
6. Separate UI and API
11m25s
-
7. What Is CORS
4m30s
-
8. Implementing CORS
undefined
-
9. Sending Email
18m51s
-
10. Create Verify Email Link
18m41s
-
11. More Complex UI Server
15m16s
-
12. Verify Password Server Route
15m16s
-
13. Password Verification
15m12s
-
14. Change Password
26m8s
-
15. Fixing Logout
6m37s
-
16. Forgot Password Flow
29m56s
-
17. Reset Password UI
16m25s
-
18. Reset Password Server
26m8s
-
19. Authenticator 2FA UI
22m59s
-
20. Authenticator Tokens and Validation
21m23s
-
21. Authenticator Register
8m35s
-
22. Authenticator Login
25m5s
-
23. Where To Go From Here
5m34s
Local SSL With Caddy Server
Now that we have our hosts file updated, we will use Caddy to get http certificates for our dev server
Caddy: https://caddyserver.com/docs/install
For those with homebrew, Caddy can be installed with
the following command
brew install caddy