vertexcover-io / falcon-auth

A falcon middleware + authentication backends that adds authentication layer to you app/api service.
MIT License
103 stars 31 forks source link

Fix jwtauth backend#14 #15

Closed ealoshinsky closed 5 years ago

ealoshinsky commented 5 years ago

Spport HS256, HS512, HS384 and include fields audience and issuer to output JWT token.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 92.609% when pulling ad4994bbc3712ed4b168208fd13ec39d4ab559da on ealoshinsky:fix-jwtauth-backend#14 into 46b45fbe56b1a735c9eb4b169362da7594021b7a on loanzen:master.

jcwilson commented 5 years ago

@ealoshinsky If you can confirm those changes to your new test were ok, i'll go ahead and merge this PR

ealoshinsky commented 5 years ago

Hi. Sorry what i'm not reply your. I saw your new test code and run this test on my service. Everything is good. I think, need close this PR.