rest - Stormpath API blocks user on attempt of login once or verify repeatedly(on refresh)? -


i using stormpath's api stores user details accessing application(backbone/require.js project).i integrated rest api(running on jetty server) stormapth's api valid user credential.on validating user credential(once or repeatedly).it seems stormpath not respone particular user within short span of time , server response connection refused or timeout.is there chance stormpath block user few hours on validating repeatedly.

i work @ stormpath

at moment not offer account locking feature, though on our roadmap future. in meantime, suggest storing timestamp or history of login attempts in account's custom data. on each login attempt application can @ custom data , make decision block user if they've tried many times.

hope helps!


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -