ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 6 forks source link

Add token test and token revocation methods #74

Open rubdos opened 1 month ago

rubdos commented 1 month ago

I'm using an external system (SailfishOS Amber) for hte actual OAuth token generation, so "batteries not included".

ion232 commented 1 month ago

Also the readme will need updating as 🔶 for OAuth

ion232 commented 4 weeks ago

What's the current status? Do the get_empty and pub type TestResults = HashMap<String, Token>; work as expected?

rubdos commented 3 weeks ago

Hi!

What's the current status? Do the get_empty and pub type TestResults = HashMap<String, Token>; work as expected?

Get empty works fine this way! I haven't implemented the toking testing yet in my Lichess client, so currently can't report on that. I got distracted (or rather, back on track), so currently no update on those.