# Auth.js - 웹용 인증 라이브러리

> Clean Markdown view of GeekNews topic #8088. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8088](https://news.hada.io/topic?id=8088)
- GeekNews Markdown: [https://news.hada.io/topic/8088.md](https://news.hada.io/topic/8088.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-12-22T10:51:01+09:00
- Updated: 2022-12-22T10:51:01+09:00
- Original source: [authjs.dev](https://authjs.dev/)
- Points: 29
- Comments: 1

## Topic Body

- NextAuth.js 가 이름을 변경하고 더 범용적으로 기능을 확장 및 디커플링   
### Flexible   
- 어디서나 사용 가능 : Next.js, Sveltekit 및 Vercel Edge / Serverless 등   
- 아무 DB나 지원 : MySQL, Postgres, MongoDB,..   
- 데이터베이스 세션 이나 JWT   
### Easy   
- Google, Facebook, Auth0, Apple 등 서비스 지원   
- OAuth 2 + Open ID 지원   
- 이메일 / Passwordless / 매직 링크 기능 내장   
- Username / Pasword 저장소와 함께 사용 가능   
### Secure   
- Signed, prefixed, server-only cookies  
- CSRF 보호 내장   
- JWT with JWS / JWE / JWK  
- Tab syncing, auto-revalidation, keepalives  
- 클라이언트 자바스크립트에 의존하지 않음

## Comments



### Comment 13868

- Author: hobbyist
- Created: 2022-12-24T00:32:05+09:00
- Points: 1

와 next auth 쓰면서 너무 next에 묶여있어서 불편했는데 드디어 나왔네요
