aboutsummaryrefslogtreecommitdiff
path: root/auth/auth.go
AgeCommit message (Expand)Author
2023-02-02not printing Client ID while logging inVidhu Kant Sharma
2023-02-01added vendored Client ID supportVidhu Kant Sharma
2022-10-04Use the macli.toml file to store and get login info automaticallyVidhu Kant Sharma
2022-08-17reading auth token from config file (if any)Vidhu Kant Sharma
2022-08-16reading Client ID and/or Auth Token from flags in login commandVidhu Kant Sharma
2022-07-06added confirmation messages when re-logging in, etcVidhu Kant Sharma
2022-06-16added user-info commandVidhu Kant Sharma
2022-06-16deleting refresh token and other details on logoutVidhu Kant Sharma
2022-06-16asking to delte client id on logout now. useful if user wants to login agianVidhu Kant Sharma
2022-06-15now macli handles logging in by itselfVidhu Kant Sharma
2022-06-15pushing incomplete login functionalityVidhu Kant Sharma
2022-06-15added authentication with system's keyringVidhu Kant Sharma