BuidlGuidl / grants.buidlguidl.com

https://grants-bg.vercel.app
MIT License
3 stars 3 forks source link

(discussion) Auth #13

Closed carletex closed 9 months ago

carletex commented 9 months ago

I see two option to implement Auth / access in BG grants:

1. Same as APP BG

2. SIWE + JWT


I might choose 2 so we try how it goes... and compare to the app bg implementation. But not sure, super open on this.

damianmarti commented 9 months ago

Will the user need to do a lot of write actions?

If the writes are a few, option 1 is enough.

Anyway, it will be useful to have the SIWE + JWT implemented, this flow can be used on other projects too.

carletex commented 9 months ago

Thanks @damianmarti !

Yeah, after tinkering with #17 and #18 it feels that option 1 is good enough for now!

Closing this!