tarantool-authman
tarantool-authman copied to clipboard
I think we should expire the token after some time to shorten the security risk window?
Typo fix
Please add option to support for tarantool vshard. So the user data can be distributed on multiple tarantool servers. Thanks
Tarantool 1.9, os x brokes on start example: ``` box.cfg { listen = 3302, } local config = { activation_secret = '', session_secret = '', restore_secret = '', session_lifetime =...