> For the complete documentation index, see [llms.txt](https://jframework.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jframework.gitbook.io/help/services/integration/authentication.md).

# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jframework.gitbook.io/help/services/integration/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
