File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- # auth -parser
1+ # authorization -parser
22
33[ ![ deno land] ( http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno )] ( https://deno.land/x/authorization_parser )
44[ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/authorization_parser/mod.ts )
@@ -172,6 +172,14 @@ interface AuthParams {
172172}
173173```
174174
175+ ## Compatibility
176+
177+ [ parser] ( #parsing ) is compatible with
178+ [ RFC 9110, 11.3. Challenge and Response] ( https://www.rfc-editor.org/rfc/rfc9110.html#section-11.3 )
179+ and
180+ [ RFC 9110, 11.4. Credentials] ( https://www.rfc-editor.org/rfc/rfc9110.html#section-11.4 )
181+ syntax and can be used in the same way.
182+
175183## API
176184
177185All APIs can be found in the
You can’t perform that action at this time.
0 commit comments