tengen-io / web-client

tengen.io — Frontend open source Go server
10 stars 5 forks source link

Authentication implementation #37

Closed ianwessen closed 5 years ago

ianwessen commented 5 years ago

We currently have a shoddy prototype authentication permission system around the app.

camirmas commented 5 years ago

I addressed this in #21 by refactoring to use React Context API, which fits better than our original usage of localStorage. Is there another way that you were thinking to do it?

ianwessen commented 5 years ago

Oh yeah. You're right. Context is the way to go.