Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugrado/clerk-demo-dotnet-nextjs
Next.js and Clerk Demo with .NET API Integration
https://github.com/sugrado/clerk-demo-dotnet-nextjs
clerk clerk-auth clerk-authentication clerk-webhooks dotnet dotnet-core nextjs svix
Last synced: about 1 month ago
JSON representation
Next.js and Clerk Demo with .NET API Integration
- Host: GitHub
- URL: https://github.com/sugrado/clerk-demo-dotnet-nextjs
- Owner: sugrado
- Created: 2024-07-20T17:08:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T19:01:53.000Z (2 months ago)
- Last Synced: 2024-09-30T11:02:14.745Z (about 1 month ago)
- Topics: clerk, clerk-auth, clerk-authentication, clerk-webhooks, dotnet, dotnet-core, nextjs, svix
- Language: C#
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js and Clerk Demo with .NET API Integration
This demo project showcases the integration of Clerk for authentication in a Next.js application. The project demonstrates how to use Clerk's webhooks to synchronize user data with a .NET API backend. The backend API is responsible for maintaining a consistent database, ensuring that any changes in the Clerk user data are reflected in the application's database.
## Key Features:
- **Next.js Frontend**: Utilizes Clerk for seamless user authentication and management.
- **Clerk Webhooks**: Triggers events to keep the .NET API database in sync with Clerk user data.
- **.NET API Backend**: Handles database operations to ensure data consistency and integrity.## Technologies Used:
- **Next.js**: For building the frontend of the application.
- **Clerk**: Provides user authentication and management features.
- **.NET**: Backend API for handling database synchronization.
- **Webhooks**: For real-time updates and data synchronization between Clerk and the .NET API.