Age | Commit message (Expand) | Author |
---|---|---|
2013-07-14 | first take on a hex based api | Azul |
2013-06-24 | api: Session#internal_state to test and debug | Azul |
2013-02-25 | version 0.1.6 - added SRP::Session#to_hash | Azul |
2012-10-11 | authenticate returns the user, to_json includes M2. bumped version to 0.1.3release-0.1.0 | Azul |
2012-10-11 | removed duplicate requires, bumped version | Azul |
2012-10-05 | add to_json for session so it's easy to use in rails controllers | Azul |
2012-10-05 | made m and m2 calculation srp 6A compatible | Azul |
2012-10-04 | using the SRP 6a algorithm for calculating M | Azul |
2012-10-04 | moved all server side auth stuff into session so i can remove the authenticat... | Azul |
2012-10-04 | created session class to hold aa, bb and so forth - done for client | Azul |