https://odan.github.io/2019/11/05/slim4-tutorial.html
If you liked the tutorial, please click here on the star button: https://github.com/odan/slim4-tutorial
For technical questions create an issue here: https://github.com/odan/slim4-tutorial/issues
If you have Slim framework specific questions use: https://discourse.slimframework.com/
Write your comments / suggestions / feedback here 👇
Hi @sunildabhi
For BasicAuth you can try: tuupola/slim-basic-auth
For JWT without public/private key managment you may try this: tuupola/slim-jwt-auth
For OAuth 2.0 and JSON Web Token with a public/private key you can read this: https://odan.github.io/2019/12/02/slim4-oauth2-jwt.html