Git Product home page Git Product logo

Comments (4)

simov avatar simov commented on April 28, 2024

I think that's doable, although you'll have to add every provider option by yourself in this case. I'm giving you example:

"myprovider": {
    "authorize_url": "https://www.myprovider.com/authorize",
    "access_url": "https://api.myprovider.com/auth/token",
    "oauth": 2,
    "scope_delimiter": " ",
   // any other options that you normally add follows
  }

And these are currently not documented, but I can add some docs for them too. Without these options your custom provider won't work.

from grant.

cesarandreu avatar cesarandreu commented on April 28, 2024

I know you'd have to add those extra fields.

In the meantime I just used one of the existing providers and overwrote the values:

{
  facebook: {
    name: 'foo'
    authorize_url: '...',
    access_url: '...',
    oauth: 2,
    ...
  }
}

A bit hacky, but it works :D.

from grant.

simov avatar simov commented on April 28, 2024

That actually reminds me of something else that I can add, also I'm going to implement this feature in the next few days 👍

from grant.

simov avatar simov commented on April 28, 2024

Just published v3.2.0 there you can have custom provider configuration.

from grant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.