DEV Community

# authentication

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Self Hosted Hasura + GoTrue = ❤️

Self Hosted Hasura + GoTrue = ❤️

16
Comments 2
4 min read
Amplify authentication flow without any front end frameworks ("Vanilla" JavaScript)

Amplify authentication flow without any front end frameworks ("Vanilla" JavaScript)

26
Comments 4
13 min read
Vue Authentication with Magic

Vue Authentication with Magic

7
Comments 4
1 min read
Cross-Domain Firebase Authentication: A Simple Approach

Cross-Domain Firebase Authentication: A Simple Approach

31
Comments 19
2 min read
Phone Number Authentication using Firebase in React Native

Phone Number Authentication using Firebase in React Native

8
Comments
10 min read
Checkout my new PluralSight course on securing a Vue.js app 🚓

Checkout my new PluralSight course on securing a Vue.js app 🚓

6
Comments
1 min read
React Authentication - Protecting and Accessing Routes/Endpoints

React Authentication - Protecting and Accessing Routes/Endpoints

61
Comments 11
11 min read
Authentication

Authentication

2
Comments
4 min read
Authentication using AuthGrid

Authentication using AuthGrid

11
Comments
3 min read
Next.js JWT Authentication with NextAuth and Integration with Hasura

Next.js JWT Authentication with NextAuth and Integration with Hasura

11
Comments
6 min read
Fun with SAML SSO Vulnerabilities and Footguns

Fun with SAML SSO Vulnerabilities and Footguns

4
Comments 1
17 min read
Using Credentials provider with a custom backend in NextAuth.js!

Using Credentials provider with a custom backend in NextAuth.js!

94
Comments 35
3 min read
JWT Authentication Concepts

JWT Authentication Concepts

4
Comments
3 min read
Easy has_secure_password Rails API Authentication

Easy has_secure_password Rails API Authentication

8
Comments
2 min read
Ionic React App with Social Login

Ionic React App with Social Login

4
Comments
5 min read
Securing a Go-Backed Scrappy Twitter API with Magic

Securing a Go-Backed Scrappy Twitter API with Magic

6
Comments
13 min read
Authentication System in Flutter with Laravel Passport + Stacked (State Management)

Authentication System in Flutter with Laravel Passport + Stacked (State Management)

16
Comments 2
7 min read
Make one resolution this year. Never write your own Authentication

Make one resolution this year. Never write your own Authentication

128
Comments 26
3 min read
Ory Hydra 1.9: Open Source OAuth2/OIDC Provider

Ory Hydra 1.9: Open Source OAuth2/OIDC Provider

6
Comments
1 min read
17 - Updating TokenPair Model

17 - Updating TokenPair Model

3
Comments
1 min read
Step by step guide on how to add authentication to Asp.Net Core MVC and how to customise it

Step by step guide on how to add authentication to Asp.Net Core MVC and how to customise it

8
Comments
5 min read
16 - Create Gin Middleware to Extract Authorized User

16 - Create Gin Middleware to Extract Authorized User

20
Comments 1
8 min read
Use single-tenant Azure AD apps with Microsoft Graph Toolkit

Use single-tenant Azure AD apps with Microsoft Graph Toolkit

11
Comments
4 min read
Import PBKDF2 hashed user passwords into Keycloak

Import PBKDF2 hashed user passwords into Keycloak

4
Comments
1 min read
Reactjs JWT Authentication Example

Reactjs JWT Authentication Example

5
Comments 2
4 min read
Angular Spring Boot jwt Authentication Example

Angular Spring Boot jwt Authentication Example

6
Comments 1
4 min read
Session Authentication with Django, Django REST Framework and Nuxt

Session Authentication with Django, Django REST Framework and Nuxt

19
Comments 3
10 min read
Changing the Frontend based on Authentication State

Changing the Frontend based on Authentication State

13
Comments
3 min read
Role-based Authentication with hosted Blazor template

Role-based Authentication with hosted Blazor template

8
Comments 1
4 min read
How to Build a Blog Membership Site with Magic Auth and Webflow

How to Build a Blog Membership Site with Magic Auth and Webflow

6
Comments
7 min read
Introduction to REST API Authentication Methods

Introduction to REST API Authentication Methods

6
Comments
6 min read
15 - Add Signin to Service and Repository Layers

15 - Add Signin to Service and Repository Layers

5
Comments
5 min read
Secure your PHP REST API with Magic

Secure your PHP REST API with Magic

54
Comments 5
9 min read
Adding Multifactor Authentication in Rails 6 with Rodauth

Adding Multifactor Authentication in Rails 6 with Rodauth

10
Comments
8 min read
JWT Authentication Best Practices

JWT Authentication Best Practices

496
Comments 18
14 min read
Reactjs JWT Authentication Example

Reactjs JWT Authentication Example

27
Comments 1
4 min read
Angular Spring Boot Jwt Authentication Example

Angular Spring Boot Jwt Authentication Example

6
Comments 1
4 min read
React Redux: Token Authentication example with JWT & Axios

React Redux: Token Authentication example with JWT & Axios

43
Comments
3 min read
Jwt Springboot Reactjs Token Authentication Example - React.js Spring Security Login

Jwt Springboot Reactjs Token Authentication Example - React.js Spring Security Login

14
Comments 1
5 min read
Devise and JWT in Rails

Devise and JWT in Rails

78
Comments 12
9 min read
12 - Store Refresh Tokens in Redis

12 - Store Refresh Tokens in Redis

36
Comments 5
14 min read
Angular 11 SpringBoot Jwt Authentication example – Spring Security + MySQL

Angular 11 SpringBoot Jwt Authentication example – Spring Security + MySQL

9
Comments 3
3 min read
Adding Authentication to a React App with Auth0

Adding Authentication to a React App with Auth0

21
Comments 1
6 min read
OAuth authentication with Facebook and ASP.NET Core

OAuth authentication with Facebook and ASP.NET Core

2
Comments
5 min read
How to password-protect your website with Cloudflare Workers

How to password-protect your website with Cloudflare Workers

6
Comments
4 min read
11 - Account API Cleanup & Fixes

11 - Account API Cleanup & Fixes

7
Comments 2
9 min read
How to authenticate Django REST Framework API calls from a (Vue) JS client using Session Authentication and HttpOnly cookies

How to authenticate Django REST Framework API calls from a (Vue) JS client using Session Authentication and HttpOnly cookies

21
Comments
7 min read
Sign Up, Login & Logout Users with Firebase Authentication

Sign Up, Login & Logout Users with Firebase Authentication

21
Comments
4 min read
Authentication in Next.js apps

Authentication in Next.js apps

60
Comments 2
7 min read
How to set up Firebase Authentication with Flutter

How to set up Firebase Authentication with Flutter

3
Comments
1 min read
How to OAuth from the Command Line

How to OAuth from the Command Line

31
Comments 6
4 min read
Firebase Authentication and keeping users logged in with Provider in Flutter.

Firebase Authentication and keeping users logged in with Provider in Flutter.

7
Comments
4 min read
10 - Dependency Injection and App Demo

10 - Dependency Injection and App Demo

10
Comments 2
10 min read
09 - Token Creation

09 - Token Creation

17
Comments 1
12 min read
Web Authencation API and Django

Web Authencation API and Django

5
Comments 2
2 min read
Two Factor Authentication using NodeJs

Two Factor Authentication using NodeJs

21
Comments 2
2 min read
Laravel Breeze - Minimalistic Authentication Scaffolding

Laravel Breeze - Minimalistic Authentication Scaffolding

10
Comments
1 min read
08 - Implement Signup in Service and Repository Layers

08 - Implement Signup in Service and Repository Layers

10
Comments 1
11 min read
JWT authorization in a microservices gateway

JWT authorization in a microservices gateway

10
Comments
8 min read
Simple Custom User Model In Django :: CookBook

Simple Custom User Model In Django :: CookBook

14
Comments 2
2 min read
loading...