SkywardApps / popcorn

Popcorn is a .Net Middleware for your RESTful API that allows your consumers to request exactly as much or as little as they need, with no effort from you.
https://skywardapps.github.io/popcorn/
MIT License
59 stars 19 forks source link

Missing "context" tutorial #8

Closed alexbarbato closed 6 years ago

alexbarbato commented 7 years ago

Possible Solution

We currently have the ability to "SetContext" on the intial Popcorn configuration (seen in PopcornConfiguration.cs), but we don't have any documentation that really dives into the power of a context and how it can be used within Popcorn.

Possible Implementation

alexbarbato commented 7 years ago

I had picked this one up, but I'm going to do the Authorizers documentation first as I think it'll be a great practical exercise in how to use contexts within Popcorn. If someone would rather pick this up and give it a wack first - please do!