duffee / Mojolicious_session_example

A simple Mojolicious application example for authenticating a user and maintaining a session
Artistic License 2.0
9 stars 5 forks source link

OAuth2 #6

Open duffee opened 8 years ago

duffee commented 8 years ago

add a plugin module, such as Mojolicious::Plugin::OAuth2 and configure it

duffee commented 6 years ago

take a look at https://stackoverflow.com/questions/27972125/mojolicious-app-using-google-authentication-plugin-oauth2?rq=1

duffee commented 5 years ago

got Jan to walk me through his plugin which he's just now updated to allow no redirect

This is a page on basic OAuth2 concepts https://aaronparecki.com/oauth-2-simplified/