Commit 5aff224e authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Complete token.stateful.Clone.

parent e73aaa31
......@@ -31,6 +31,8 @@ func (token *Stateful) Clone() *Stateful {
Permissions: append([]string(nil), token.Permissions...),
Expires: token.Expires,
NotBefore: token.NotBefore,
IssuedAt: token.IssuedAt,
IssuedBy: token.IssuedBy,
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment