AmpersandJS / examples

A collection of example apps/patterns using ampersand
MIT License
45 stars 16 forks source link

JWT Example #18

Closed jarredwitt closed 9 years ago

jarredwitt commented 9 years ago

An example showing how to use JWT's with ampersand. It's pretty simple, but should give others a good starting point for implementing JWT's into their applications.

fyockm commented 9 years ago

@jarredwitt thanks much for the PR! I don't have time for a full review this evening- should get to it tomorrow. However, I will say that we've been trying to keep the examples as small as possible, in order to highlight one particular thing. Any chance you could pare down the example to only the code necessary for the JWT part?

jarredwitt commented 9 years ago

Yeah, thought about that after I submitted the PR. I'll trim it down.

fyockm commented 9 years ago

@jarredwitt sorry for the delay. thanks much for the PR. Looks great!