Set RefreshToken

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

View File

@ -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
}