Simplify Google Auth with our guide on integrating "Sign in with Google" in React.js & Express.js apps, including code snippets & practical tips.
Tag: authentication
This article explains the concept of JSON Web Tokens, or JWTs. The article covers how JWTs are used to authenticate API requests.
Learn the steps and best practices for implementing a reliable and user-friendly authentication system in React apps using Appwrite.
Passwordless Authentication methods boast better security and user experience but is it right for your application, and how do you get started?
Need to authenticate requests to a server? Learn what JWTs are and how to use them to authenticate your users via API calls.
Kim Maida explains how to authenticate firebase and Angular with Auth0, covering async and realtime.
Kim Maida explains how to authenticate firebase and Angular with Auth0, covering custom tokens and lazy loading.
Jurgen Van de Moere takes an Angular app to the next level, adding authentication and showing how to protect sections of the app from unauthorized access.
Ado Kukic shows how to build an Angular application and add login functionality using token-based authentication with Auth0.
In this tutorial, Simon Holmes and Jeremy Wilken show how to implement Angular authentication using a REST API built with Node, Express and MongoDB.
Heard of bitwise operators? Let's explore their practical application in storing and checking for user permissions, and whether this makes sense!
In this comprehensive and advanced tutorial, Chris shows us how to scan fingerprints with Async PHP and React Native. The future is here!
Ado Kukic shows how to use Auth0 (a universal identity platform) to add authentication to an API & send authenticated requests to it from an Angular app.
Learn how to painlessly migrate your existing users to Auth0 without requiring password resets.
Implementing social logins is making your head explode? Oauth to complex? No more! With Socialite, it's done in 30 minutes, for ANY social service.
Younes Rafie shows us how to add 2FA to a Laravel app - make sure your users can log in securely by adding an SMS layer!
Vinoth completes this two-part series on authenticating your Rails API using JWT by handling reset password and email endpoints.
Learn how to use Stormpath to build a React.js application with user authentication.
Chris adds a password-less login procedure on top of the typical username/password login in Laravel - let's kill the password!
Password-less authentication is becoming more popular, and Vinoth shows you how to do it from scratch in Rails.
Vinoth shows you how to authenticate the users of your Rails-based APIs with JSON Web Tokens (JWT) from scratch.
Deivi Taka looks at how to secure your Android apps with the Marshmallow Fingerprint API.
Jay Raj looks at authenticating users via OAuth with a Cordova and Ionic based app.
Ryan Chenkie walks through creating a real-life React + Redux application that authenticates users and calls a remote API for data.
Wern Ancheta adds authentication to React Native apps using Firebase.
Bruno goes through the entire process of contributing to an open source project - from contact with the author to sending PRs. Come see how it works!
Francesco builds an AngularJS app to consume a previously built Laravel API application for making book wishlists. JSON web token authentication in action!
Francesco builds an entire API-only application with the Laravel API Boilerplate project (JWT edition) for creating and editing book wishlists!
Jamie Shields shows how to use the Gmail JavaScript API to send email, and in so doing creates a customizable JavaScript app to help you manage your inbox.
Kingsley Silas runs throw a quick tutorial on adding Google ReCAPTCHA to your Rails application. He includes Devise integration as well. Very useful.