An open API service indexing awesome lists of open source software.

https://github.com/nextauthjs/authjs-third-party-backend

This repo showcases how to connect third-party services to your Auth.js client, using an OAuth provider
https://github.com/nextauthjs/authjs-third-party-backend

Last synced: 11 months ago
JSON representation

This repo showcases how to connect third-party services to your Auth.js client, using an OAuth provider

Awesome Lists containing this project

README

          





Auth.js 3rd Party Backend


Authentication for the Web.




TypeScript


npm


Downloads


Github Stars

This repo contains example code for third party backends to authenticate against.

## Getting Started

The guide for authenticating against third party backends can be found [here](https://authjs.dev/guides/integrating-third-party-backends).

## Frontend Example

You can find the frontend example of making authenticated requests to these backends in the `next-auth` example app.
- Code: [`apps/examples/nextjs/app/api/authenticated/greeting/route.tsx`](https://github.com/nextauthjs/next-auth/blob/main/apps/examples/nextjs/app/api/authenticated/greeting/route.tsx)
- Demo: https://next-auth-example.vercel.app/client-example
- Example PR: https://github.com/nextauthjs/next-auth/pull/10761/files