summary refs log tree commit diff
path: root/synapse/rest/client/v1/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unused importErik Johnston2015-09-281-2/+0
* s/nonce/txn_id/Erik Johnston2015-09-281-2/+2
* Support noncesErik Johnston2015-09-261-46/+4
* Return correct number of paramsErik Johnston2015-09-251-1/+1
* Add support for logging in via token. Also add QR code to server up token.Erik Johnston2015-09-251-1/+67
* Merge erikj/user_dedup to developDaniel Wagner-Hall2015-08-261-2/+3
* Return fully qualified user_id as per specDavid Baker2015-08-201-1/+1
* Merge branch 'develop' into refreshDaniel Wagner-Hall2015-08-201-4/+11
|\
| * Comma comma comma comma comma chameleonDavid Baker2015-08-201-1/+1
| * Merge branch 'develop' into email_loginDavid Baker2015-08-201-3/+2
| |\
| * | Allow sign in using email addressDavid Baker2015-08-041-5/+12
* | | /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-2/+4
| |/ |/|
* | Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-3/+2
|/
* Small tweaks to SAML2 configuration.Erik Johnston2015-07-101-4/+4
* Make SAML2 optional and add some references/commentsMuthu Subramanian2015-07-091-4/+9
* code beautifyMuthu Subramanian2015-07-091-9/+4
* code beautifyMuthu Subramanian2015-07-081-10/+23
* Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian2015-07-081-1/+61
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-4/+4
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+109