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 Authorization tutorial #16

Closed alexbarbato closed 7 years ago

alexbarbato commented 7 years ago

Possible Solution

We will want to add a tutorial explaining how to use the newly added authorization ability. See #9 for a full explanation of what was added as well as referencing the commit to see the code.

Possible Implementation