Skip to main content

Easy Perl OAuth Integration with Runkeeper and Spotify

·83 words·1 min·
perl
❤️ It's great to see you here! I'm currently available on evenings and weekends for consulting and freelance work. Let's chat about how I can help you achieve your goals.

I’ve been tooling around with a fun little app that I’m building on evenings and weekends. As part of that work I figured I’d let users authenticate via Runkeeper. Luckily Runkeeper uses OAuth2 and it’s all pretty easy to get going with. I’ve published my very small contribution as Mojolicious::Plugin::Web::Auth::Site::Runkeeper

On a similar note, earlier this year I also released Mojolicious::Plugin::Web::Auth::Site::Spotify

If you’re already using Mojolicious::Plugin::Web::Auth, then these modules will make it trivial for you connect with the Runkeeper and/or Spotify web services.


Related

HTTP::Response may have a different definition of success than you do
·230 words·2 mins
HTTP perl
Upgrading Business::PayPal::API
·369 words·2 mins
perl
Stop Writing Your Own Commify Functions
·802 words·4 mins
perl