devondragon / workers-users

Cloudflare Workers based User Management and Session State Framework
Apache License 2.0
35 stars 8 forks source link

Let's Collaborate! #8

Closed NicoPowers closed 8 months ago

NicoPowers commented 8 months ago

Hi Devon!

I love the work you have done on this! I have just started using Cloudflare workers, coming from AWS land, and I have been looking to find a simple auth service from Cloudflare comparable to AWS Cognito. I was surprised to see Cloudflare has no such service, so I started to develop such a tool here; I was also trying to have it serve as the foundation to build out full-stack apps using Cloudflare, but now that I am thinking about it, it should probably be a separate repo like you have here lol.

I just started working on it yesterday, but I like your implementation because you use the KV store, I am only using D1 with Lucia, so i'd like to explore your approach, and potentially see how can I help out.

Perhaps we can talk on Discord to share ideas and implementation details? I am also very new to Auth and have been trying to learn from The Copenhagen Book

devondragon commented 8 months ago

Closing this issue as we've been chatting on Discord. Thanks a ton @NicoPowers !!!