Charles Duarte
Charles Duarte
The "VERIFY SIGNATURE" of jwt.io is like "your-256-bit-secret" since your signature is set to "string", so it returns invalid. Change ``` signature := []byte ("string") ``` to ``` signature :=...
> Is there some other go jwt library that doesn't have this bug? > > @charlesduarte019 I'm guessing the `[]byte ("string")` is just an example and not meant to be...
1. Run `go run .` and then stop, only to create file admin.db 2. Run `sqlite3 admin.db` to open the database 3. Run ``ALTER TABLE goadmin_menu ADD COLUMN `uuid` varchar(150)...