We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51853df commit 73583cfCopy full SHA for 73583cf
http-auth/README.md
@@ -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