diff options
Diffstat (limited to 'HTTP Authentication Schemes.md')
-rw-r--r-- | HTTP Authentication Schemes.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/HTTP Authentication Schemes.md b/HTTP Authentication Schemes.md new file mode 100644 index 0000000..04566ef --- /dev/null +++ b/HTTP Authentication Schemes.md @@ -0,0 +1,12 @@ +--- +tags: + - http + - web +--- +https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml +--- + +Common ones are: +- Basic +- Bearer (JWT token) +- OAuth
\ No newline at end of file |