Skip to content

Commit 73583cf

Browse files
committed
scaffold for http-auth
1 parent 51853df commit 73583cf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

http-auth/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# HTTP & Authentication
2+
3+
In this project you're going toearn about long-lived processes, some simple networking and the basics of HTTP.
4+
5+
Timebox: 6 days
6+
7+
Learning objectives:
8+
9+
- Use Go's net/http package to build start a simple server that responds to local requests
10+
- Get to know HTTP GET and response codes
11+
- Get familiar with cURL
12+
- Define URL, header, body and content-type
13+
- Accept parameters in via GET in the query string
14+
- Accept data via a POST request
15+
- Setup authentication via a basic HTTP auth
16+
- Switch to using JWTs
17+
- Accept multiple forms of authentication
18+
- Write tests for the above
19+
20+
## Project
21+
22+
TODO

0 commit comments

Comments
 (0)