Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 933 Bytes

security.md

File metadata and controls

16 lines (11 loc) · 933 Bytes

Security

This gem takes the following steps to ensure security.

This gem uses auth tokens that are:

These measures were inspired by this stackoverflow post.

This gem further mitigates timing attacks by using this technique.

But the most important step is to use HTTPS. You are on the hook for that.