ajkavanagh / pyramid_jwtauth

JSON Web Token (JWT) Auth plugin for Pyramid
12 stars 9 forks source link

Examples #4

Open marioidival opened 9 years ago

marioidival commented 9 years ago

Hello, I think that project need give more examples to use.

ajkavanagh commented 9 years ago

Hi. Could you help me out? What types of examples are you looking for? i.e. what isn't clear. Thanks!

marioidival commented 9 years ago

So, I want use this package, but I don't now how...

How get started? How use in request? Need use in Request?

Are various question to be awsered

ajkavanagh commented 9 years ago

Ok, I'll have a think. I'll try and put some code into the README. However, this library isn't an authentication package - i.e. it doesn't do 'login/logout', etc. It only handles the policy of authenticating using a JWT in the Pyramid framework. I'll try to make that clear on the main page.

I'll leave this open until I get some stuff up there.

marioidival commented 9 years ago

Thank you @ajkavanagh

ajkavanagh commented 9 years ago

"up?" ?? - I've not had time to do any examples.

spirosoik commented 9 years ago

@ajkavanagh it will be nice to an example for this plugin. there isn't any info

tsauerwein commented 9 years ago

For me it also wasn't very clear on how to use the package. I created an example project, which might be useful for others: https://github.com/tsauerwein/pyramid_jwtauth_sample

spirosoik commented 9 years ago

@tsauerwein :+1: thanks