nextauth-provider-neuronaltrader
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Neuraltrader provider for next-auth

Default oAuth Server

If the url is not specified, https://accounts.neuronaltrader.com/oauth2 is set by default

    const provider = NeuronalTrader({
        client: 'client_id',
        secret: 'client_secret'
    })

Custom oAuth2 Server

    const provider = NeuronalTrader({
        client: 'client_id',
        secret: 'client_secret',
        authorization: 'https://developers.neuronaltrader.com/oauth2/authorize',
        token: 'https://developers.neuronaltrader.com/oauth2/token',
        userInfo: 'https://developers.neuronaltrader.com/oauth2/userinfo'
    })

Readme

Keywords

none

Package Sidebar

Install

npm i nextauth-provider-neuronaltrader

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

3.73 kB

Total Files

5

Last publish

Collaborators

  • codesus