use raw base64 as defined by rfc7515
This commit is contained in:
parent
a00a154398
commit
1613055dfd
3 changed files with 12 additions and 7 deletions
7
encoding.go
Normal file
7
encoding.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (C) 2018 Marius Schellenberger
|
||||
|
||||
package jwt
|
||||
|
||||
import "encoding/base64"
|
||||
|
||||
var enc = base64.RawURLEncoding
|
||||
Loading…
Add table
Add a link
Reference in a new issue