# Authentication

JFW provides **authentication integration** for various applications, platforms, and third-party services. You can integrate JFW into **web apps, mobile apps, APIs, and enterprise systems** to manage user authentication securely.

### **Authentication Integration Methods**

**Social Login**

* **Google (Google Auth2)**
* Facebook
* **Apple**
* GitHub
* LinkedIn

This is best for users with social accounts.

> *Google and Apple is the most methods for authentication last year (year 2024)*

***

### Passwordless Authentication

Users log in via email, SMS, or WebAuthn without passwords.

**Multi-Factor Authentication (MFA)**

Adds extra security layers (OTP, push notifications, biometrics).

**API Authentication**

Protect APIs with JWT, OAuth tokens, and role-based access.
