Crates.io | olaf2 |
lib.rs | olaf2 |
version | 0.0.3 |
source | src |
created_at | 2018-09-17 01:50:50.256505 |
updated_at | 2018-09-28 13:18:39.271934 |
description | Convenient CLI authentication using OAuth2 |
homepage | |
repository | https://github.com/samscott89/olaf2 |
max_upload_size | |
id | 85058 |
size | 31,892 |
This is a pretty hacky proof of concept to enable convenient authentication of command line applications using a third party OAuth provider.
For more detailed information, see the documentation.
This also doesn't fully work via crates yet, since we depend on the unpublished github version of oauth2-rs.
Also, this was an experiment in using edition 2018, so things may not properly work.
Hopefully though there are some useful techniques/concepts here that can be borrowed.