WORK IN PROGRESS
tokkit
is a simple token toolkit for OAUTH2 authorization.
The documentation is available online.
tokkit
contains a module token_info
for protected resources to verify access tokens.
```rust,norun use tokkit::*; use tokkit::tokeninfo::*; let builder = RemoteTokenInfoServiceBuilder::google_v3(); let service = builder.build().unwrap();
let token = AccessToken::new("
let tokeninfo = service.gettokeninfo(&token).unwrap(); ```
To be done....
tokkit is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). Copyright (c) 2017 Christian Douven