Skip to main content
CSS-Tricks
Since 2007
  • Articles
  • Guides
  • Almanac
  • Links
  • Picks
  • Newsletter
  • Search

Articles Tagged
authentication

8 Articles
{
,

}
Image
Direct link to the article User Registration and Auth Using Firebase and React
authentication firebase react

User Registration and Auth Using Firebase and React

The ability to identify users is vital for maintaining the security of any applications. Equally important is the code that’s written to manage user identities, particularly when it comes to avoiding loopholes for unauthorized access to data held by an …

Image
Taminoturoko Briggs on Feb 2, 2022
Image
Direct link to the article Developer-Friendly Passwordless Auth
authentication oauth

Developer-Friendly Passwordless Auth

I’d wager to say that most websites that are business-minded have accounts. A way to log into them. Social media sites, eCommerce sites, CMS systems, you name it, having accounts people log into is at the heart of them. So… …

❥ Sponsored (Written by Chris Coyier)
Image
Direct link to the article Firebase Crash Course
authentication firebase

Firebase Crash Course

This article is going to help you, dear front-end developer, understand all that is Firebase. We’re going to cover lots of details about what Firebase is, why it can be useful to you, and show examples of how. But …

Image
David East on Mar 9, 2021
Image
Direct link to the article Let’s Create Our Own Authentication API with Nodejs and GraphQL
apollo authentication graphql node

Let’s Create Our Own Authentication API with Nodejs and GraphQL

Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even …

Image
Deven Rathore on Oct 13, 2020
Image
Direct link to the article Tackling Authentication With Vue Using RESTful APIs
authentication vue vuex

Tackling Authentication With Vue Using RESTful APIs

Authentication (logging in!) is a crucial part of many websites. Let’s look at how to go about it on a site using Vue, in the same way it can be done with any custom back end. Vue can’t actually do …

Image
David Atanda on May 18, 2020
Image
Direct link to the article APIs and Authentication on the Jamstack
authentication jamstack oauth

APIs and Authentication on the Jamstack

The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an …

Image
Divya Sasidharan on Mar 31, 2020
Image
Direct link to the article Building a Real-Time Chat App with React and Firebase
authentication firebase react

Building a Real-Time Chat App with React and Firebase

In this article, we’ll cover key concepts for authenticating a user with Firebase in a real-time chat application. We’ll integrate third-party auth providers (e.g. Google, Twitter and GitHub) and, once users are signed in, we’ll learn how to store user …

Image
Deven Rathore on Mar 23, 2020
Image
Direct link to the article Protecting Vue Routes with Navigation Guards
authentication identity vue vue-router

Protecting Vue Routes with Navigation Guards

Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate …

Image
Divya Sasidharan on Jul 11, 2019

CSS-Tricks is powered by DigitalOcean.

Get Curated Front-End Roundups Right in Your Inbox

Coming back really, really soon! See past issues →

This field is for validation purposes and should be left unchanged.

CSS-Tricks
  • About the site
  • Contact us
  • Write for CSS-Tricks!
  • Advertising
  • RSS Feeds
Social
  • Bluesky
  • Mastodon
  • CodePen
  • X / Twitter
  • LinkedIn
Legalese
  • CSS-Tricks License
  • AI Statement
Back to Top
Advertisement
Advertisement