| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-06 | added authenticate! which raises SRP::WrongPassword if it fails, version 0.0.2 | Azul | |
| 2012-07-26 | we cache neither the verifier nor the secret in the session just in case | Azul | |
| People might store the session in a CookieStore - which would probably be a bad idea anyway - but let's be save rather than sorry. | |||
| 2012-07-26 | SRP::Authentication::Session holds the per session data | Azul | |
| 2012-07-26 | both sides calculate their own u | Azul | |
| 2012-07-26 | turned server class into authentication module - test green, example broken | Azul | |
| The example seems to be broken due to changes in srp-js | |||
