VeryGoodOpenSource / dart_frog

A fast, minimalistic backend framework for Dart 🎯
https://dartfrog.vgv.dev
MIT License
1.84k stars 148 forks source link

feat: Authentication using tokenization #914

Closed mhmzdev closed 1 year ago

mhmzdev commented 1 year ago

Description

I'm trying to add authentication in an open source project which is developed using dart_frog and flutter. But I'm unable to find a proper way of using JWT token for this purpose. I've tried to find a way online but failed, if there's any example I would love to take a look at that.

Link: https://github.com/mhmzdev/full-stack-flutter-app

Requirements

erickzanardo commented 1 year ago

We have just recently released a tutorial that covers that: https://dartfrog.vgv.dev/docs/tutorials/jwt_authentication

Let us know if there is anything else missing that we should cover.

Thanks!