IzzyBeraja / Flags

0 stars 0 forks source link

Add JWT to validate requests #32

Open IzzyBeraja opened 1 year ago

IzzyBeraja commented 1 year ago

Currently Flags only supports cookies but is susceptible to potential CSRF attacks. Adding another token for the front end that is passed on login via response body will be necessary for this.