aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Use Cask to run tests in TravisCIJohnson Denen2017-04-231-0/+2
|
* Add store-client-id-and-secret testJohnson Denen2017-04-121-0/+1
| | | | | Add `mastodon-auth--token-file' function Add test for `mastodon-auth--token-file'
* Ignore compiled and packaging filesJohnson Denen2017-04-091-0/+7
|
* Authentication via OAuth2Johnson Denen2017-04-091-0/+1
- Store auth token, client-id, and client-secret in plstore file - Generate auth data if not present in plstore - Use auth data if present in plstore - Helper functions - Lots of improvement needed