Skip to content

ArrayTokenStore

Choose a tag to compare

@g105b g105b released this 28 Feb 22:22
· 187 commits to master since this release

The abstract TokenStore class defines how Csrf tokens can be handled. This release includes the ArrayTokenStore mechanism for saving an easily serialisable data structure to your own persistent storage mechanism, such as the session.