pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 178 forks source link

Fix renamed handler method names #87

Closed joshfriend closed 1 year ago

joshfriend commented 8 years ago

0.3 changed the names of some of the handler methods without warning.

Looks like most of the renaming happened in 2749d53, where it looks like a lot of other stuff went on as well.

The jwt_ prefix added to these methods seems unnecessary. This opinion seems to be shared by others as well (see #65).

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 95.652% when pulling 8b6c1f50d0cface2f9b6dcece49ecf2ce03959d3 on joshfriend:fix-mangled-decorator-names into c27084114e258863b82753fc574a362cd6c62fcd on mattupstate:master.