andrusha / snowflake-rs

Snowflake API libraries for Rust
Apache License 2.0
31 stars 26 forks source link

Draft: Implement support for external oauth #46

Open wseaton opened 5 months ago

wseaton commented 5 months ago

WIP for #36

Took the liberty of refactoring some of the internal session functions along the way, opening this to discuss how that is best done mostly. Current refactoring is going to potentially result in some API breakage.

External Oauth is tested to work on my account.

sbose78 commented 5 months ago

Hey, very cool, @wseaton !

colin99d commented 5 months ago

This is very cool! Something we were looking into ourselves.