Skip to content

Create a JWT authentication system instead of clerk (third party authentication) #26

@prateekydv01

Description

@prateekydv01

Hi sir

I’d like to contribute by replacing the current Clerk-based authentication with a custom JWT-based system.

Why:

  • Avoid vendor lock-in and dependency on third-party auth
  • Enable full control over auth flow, token contents, and security
  • Improve flexibility for self-hosting or custom deployments

What I’m proposing:

  • Implement custom auth with JWTs (login/register/logout routes)
  • Replace Clerk UI with custom forms and context
  • Add route protection using JWT middleware
  • Document the new setup clearly in the README

Would you be open to this kind of contribution? If yes, I’ll be happy to work on a PR.

Looking forward to your thoughts 🙌

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions