OAuth2 Flows for CLI Applications
A practical guide to OAuth2 grants for CLI applications, covering Authorization Code with PKCE, Device Flow, and Client Credentials with Python examples.
2 posts
A practical guide to OAuth2 grants for CLI applications, covering Authorization Code with PKCE, Device Flow, and Client Credentials with Python examples.
How to build a recommendation engine end-to-end: training an ALS model on over a billion interactions and serving results via vector search.