summaryrefslogtreecommitdiff
path: root/src/auth.rs
AgeCommit message (Expand)Author
2024-08-30Add `DeviceCodes::poll_until_available` method (#679)Michael Krasnitski
2024-03-19chore: fix some comments (#611)InventiveCoder
2024-01-09cargo clippy --tests --examples --fix (#496)maflcko
2024-01-09Fix typo in docs (#508)Everett Pompeii
2023-11-03add fields for refresh token and expiry timestamps (#477)Sebastian Rollén
2023-06-03Add User Access Authentication (#375)Luke Swithenbank
2023-05-15Fix authentication endpoints (#354)rsdy
2023-03-30Replace `reqwes`t with `http` and `hyper`, and `tower` (#297)Aibek
2022-11-17Add OAuth + device flow (#248)Ian Wahbe
2022-08-13feat: Add in "Basic" Auth option (#230)plotchy
2022-04-22adjust JWT token issuance and expiration times to allow drift (#207)MCHSL
2022-04-19use secrecy to harden tokens (#192)Lucius Hu
2022-04-19Bump jsonwebtoken to version 8. (#193)Kyle Huey
2022-01-04Upgrade SNAFU to 0.7 (#180)Jake Goulding
2021-10-26App installation auth (#120)Robert O'Callahan
2021-09-18Add example of authenticating a GitHub app (#111)Chinedu Francis Nwafili
2020-04-30Refactor page API, extract auth and from_response to own file, add examplesErin Power