rluders / wn-jwtauth-plugin

JWTAuth Plugin for WinterCMS
GNU General Public License v3.0
29 stars 28 forks source link

Best way to bind the Requests #21

Open rluders opened 5 years ago

rluders commented 5 years ago

It must have a better way to bind the Requests. For now, it's all in AuthServiceProvider.php, so one code block is created for every single Requests.

Can I bind using the interface?