tpcofficial / big-oauth2

A OAuth2 module to easily allow you to integrate your applications authentication with 3rd party IdPs. Returns user data with minimal code to help you create and manage users in your databases!
GNU General Public License v3.0
3 stars 1 forks source link

[Bug] JS-0031 Do not use async function as promise executor #22

Closed dudeisbrendan03 closed 3 years ago

dudeisbrendan03 commented 3 years ago

Describe the bug Using an async function as a promise executor (as I've commented in #21) is heavily recommended against as it restricts the built-in function throw.

dudeisbrendan03 commented 3 years ago

Fixed in #21 - commit