1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00

Set RefreshToken

This commit is contained in:
Ben Toogood 2020-04-29 13:33:22 +01:00
parent e57b20c1f8
commit 70736e24c0

@ -185,5 +185,6 @@ func (j *jwt) Token(opts ...auth.TokenOption) (*auth.Token, error) {
Created: tok.Created,
Expiry: tok.Expiry,
AccessToken: tok.Token,
RefreshToken: tok.Token,
}, nil
}