forked from TrueCloudLab/frostfs-api-go
4fa7360cd1
All sessions in NeoFS has limited in epochs lifetime. There is a need to limit the lifetime of private session tokens. This commmit: * extends PrivateToken interface with Expired method; * defines EpochLifetimeStore interface with RemoveExpired method and embeds it to PrivateTokenStore interface; * adds epoch value parameter to private token constructor. |
||
---|---|---|
.. | ||
alias.go | ||
private.go | ||
private_test.go | ||
service.go | ||
service.pb.go | ||
service.proto | ||
store.go | ||
store_test.go | ||
types.go |