Looking into development with the Destiny API. How can I use OAuth in a script running locally?

This page summarizes the projects mentioned and recommended in the original post on /r/DestinyTheGame

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mumixam

  • You can make a website on GitHub that simply captures the token in the URL and display it for easy copying and pasting. Something like this.

  • api

    Resources for the Bungie.net API (by Bungie-net)

  • I'm pretty sure I was able to get the auth code (not the token yet), by setting my redirect url to a nonexistent one and making the proper request to the authorization endpoint in my browser. This redirected me to that bad url with a 'code' parameter. However, then I tried to send a POST request to the token endpoint as described at https://github.com/Bungie-net/api/wiki/OAuth-Documentation , but now I'm getting 411 errors with urls like https://www.bungie.net/Platform/App/OAuth/Token?grant\_type=authorization\_code&code={auth-code}&client\_secret={my-secret}

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts