vania-dart / framework

Fast, simple, and powerful backend framework for Dart built with ❤️
https://vdart.dev
MIT License
155 stars 12 forks source link

Refactor Authentication class #69

Closed javad-zobeidi closed 1 month ago

javad-zobeidi commented 1 month ago

Add JWT env config

JWT_SECRET_KEY
JWT_AUDIENCE
JWT_ID
JWT_ISSUER
JWT_SUBJECT

Add bool custom token Add return to Auth middleware