Kingsley Silas runs throw a quick tutorial on adding Google ReCAPTCHA to your Rails application. He includes Devise integration as well. Very useful.
Tag: authentication
Read OAuth 2 All the Things with oPRO: Customization and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Having a device that knows you better than your mom could be great for security. But it also marks a change in the power dynamic. Are you ready for that?
Danny introduces Guard, a new Symfony 3 component for easier authentication
Shameer quickly explains the gargantuan user management plugin for Symfony2: FOSUserBundle. Learn how to register, log in, and more!
Craig's recent experiences with passwordless authentication have been overwhelmingly positive. Could your application and users enjoy the same benefits?
Jamie Shields shows how to use Gmail's JavaScript API to authenticate a user, then fetch the last 10 emails from their inbox and display them in the browser
Ryan Chenkie demonstrates how AngularJS interacts with Firebase as he walks you through building a real-time satus update app, complete with authentication.
Bruno implements WP-API and OAuth into a WordPress installation, allowing other outside apps to hook into WP and use API calls to make posts!
Taylor Ren continues his series about Symfony2 Authentication and Authorization by adding Registration and Login
Learn about authorization and authentication in Symfony2 with Taylor Ren's tutorial - covering an invite system, verification, and more.
The Jawbone UP is a popular fitness tracker. Patrick Catanzariti demonstrates how authenticate a Node.js server with the Jawbone API and return user data.
In this article, we show you how to enable two-factor authentication for WordPress using Google Authenticator and Google's 2-Step Verification.
Agbonghama explores a PHP package used for adding social logins to your PHP application. Log your users in with FB, Google, Github, etc!
Danny Sipos explores UserApp - a user management and authentication web service letting you add logins easily to any app - by implementing it into Symfony2
Authentication is tricky, so why not have someone else handle it for you? Emre Guneyler shows you how to let users log in to your Ember.js app using Twitter
Bruno Skvorc will show you how to export Trello lists in TXT and JSON with a newly added context menu via a Chrome extension.
Bruno Skvorc takes you through the step by step process of building a Chrome extension for Trello - in this part, bootstrap and build authentication!
Francesco Malatesta shows us how we can implement user log-in via OAuth through PayPal's services, drastically improving our ecommerce apps' UX
Francesco Malatesta implements a sample application with Coinbase's API for receiving Bitcoin
Francesco shows you how to use the basic functions of Coinbase's Bitcoin PHP API SDK
Peter Nijssen continues his series on social network authentication and demonstrates how you can implement Twitter and Facebook as a login system
After logging in with social networks, all that's left is merging accounts - and that's what Peter does in this part: merge the Google+ account with another
Peter Nijssen continues his series on implementing social network logins with your app by demonstrating Google+ authentication
Peter Nijssen starts a series on building a social network authentication system, allowing your users to log in with social network accounts
This article explains how authentication is setup in Angular applications. The reader will learn how to log in, log out, and secure routes.
This article explains the concept of JSON Web Tokens, or JWTs. The article covers how JWTs are used to authenticate API requests.
Using Disqus and another website as an example, this post describes the process of integrating single sign-on, or SSO.