curveball / a12n-server

An open source lightweight OAuth2 server
Apache License 2.0
453 stars 49 forks source link

Parse links *after* parsing the body #345

Closed evert closed 3 years ago

evert commented 3 years ago

If we parse links before the body, the links middleware can only get links from HTTP headers, and not HAL bodies.

This change fixes that.