Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -0/+1 |
* | Catch more occurences where ExpiredTokenException can be thrown | Roeland Jago Douma | 2018-10-21 | 1 | -1/+5 |
* | Expired PK tokens should not fall back to legacy tokens | Roeland Jago Douma | 2018-10-21 | 1 | -0/+2 |
* | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 1 | -0/+7 |
* | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 1 | -0/+5 |
* | Comments | Roeland Jago Douma | 2018-06-19 | 1 | -1/+16 |
* | Add getProvider helper function | Roeland Jago Douma | 2018-06-18 | 1 | -35/+17 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 1 | -2/+10 |
* | Generate the new publicKey tokens by default! | Roeland Jago Douma | 2018-06-18 | 1 | -2/+1 |
* | Actually convert the token | Roeland Jago Douma | 2018-06-18 | 1 | -8/+19 |
* | Add publickey provider to manager | Roeland Jago Douma | 2018-06-18 | 1 | -47/+52 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -4/+4 |
* | Initial PKT implementation | Roeland Jago Douma | 2018-06-18 | 1 | -4/+4 |
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 1 | -0/+210 |