diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-06 08:51:38 -0400 |
---|---|---|
committer | jdenen <Johnson.Denen@ascenaretail.com> | 2017-04-09 08:52:40 -0400 |
commit | b3563c416b608513ae2b096b1a70de8ce763ccc3 (patch) | |
tree | 8898ea5b8233424d986c7978081568d4ecd58c51 /.gitignore |
Authentication via OAuth2
- 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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store |