Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-01 | bringing in srp-js as a submodule for the example | Azul | |
This will most likely become a simple js file once both are more stable. | |||
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 | |||
2012-07-03 | more info and resources on the index page | Azul | |
bit of styling added | |||
2012-07-03 | fixed workflow and reduced copy | Azul | |
2012-07-03 | using json instead of xml responses | Azul | |
2012-06-29 | adopted srp algo to srp-js way of doing things. | Azul | |
all large integers are now send as hex strings. Using sha256_str all over the place. This finally gives me successful logins. Needs a log of cleanup never the less. | |||
2012-06-28 | complete ajax flow is working - just auth fails | Azul | |
Also we currently generate the salt on the server - this should happen on the client but for now i stick to the srp-js workflow. | |||
2012-06-27 | moved to ajax workflow and integrated srp-js - not quite there yet | Azul | |
* needs a bit of cleanup from the old workflow * are client and server using the same primes right now? * store multiple users on the server side | |||
2012-06-26 | first steps towards adding a server side srp flow to the example | Azul | |
2012-06-26 | moved user and log class to models, verify prints logs | Azul | |
2012-06-26 | moved the sample app to it's own subdirectory | Azul | |