neo4j-graphacademy / app-python

https://graphacademy.neo4j.com/courses/app-python
56 stars 92 forks source link

Fixed auth.py by removing `.decode()` method #15

Closed ghost closed 1 year ago

ghost commented 1 year ago

The jwt.encode() does not need to additionally call the .decode("ascii") method; this causes the training to fail for an issue beyond the scope of the Python Applications lesson.