Hey guys i am trying to implement a simple oauth2 middleware on echo. Is there any examples i can use as reference?
You can experience integration with Twitter, as far as I know, is what you have available right now. But, you can implement your own middleware using the google lib.
Twitter -> https://echo.labstack.com/cookbook/twitter
Google -> https://github.com/golang/oauth2
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I'm using OAuth and OAuth2 with echo
Demo, Source, Twitter