koajs / bodyparser

Koa body parsing middleware
MIT License
1.31k stars 116 forks source link

Support Content-Type application/jwt #86

Closed andywer closed 6 years ago

andywer commented 7 years ago

The Content-Type application/jwt seems to be a thing now for plain JWT bodies and we would like to use them.

This tiny PR just makes the body parser recognize application/jwt as a text body.