BuidlGuidl / hackathon-starter-kit

https://extensions-hackathon.vercel.app
MIT License
6 stars 1 forks source link

Implement auth #13

Closed technophile-04 closed 2 months ago

technophile-04 commented 2 months ago

Description :

Implement auth so that we can gate admin view / actions

We could tackle this in two :

  1. https://github.com/BuidlGuidl/grants.buidlguidl.com/issues/97#issue-2208554549
  2. Using SIWE + Next auth

Planning to go with 2nd option since it was already implemented in ENS grants project, but if it add too much volume and feel complex we could always fallback to option 1

damianmarti commented 2 months ago

@technophile-04 I worked on it yesterday while implementing the admin backend. I will open a PR later today.

damianmarti commented 2 months ago

@technophile-04 I mean, implementing "Using SIWE + Next auth", looking at ENS grants project.

damianmarti commented 2 months ago

Closed by https://github.com/BuidlGuidl/extensions-hackathon/pull/14