• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

    • All categories
    Load new posts
Log in to post
  • C

    Authorizing another socket's session

    Scheduled Pinned Locked Moved NodeBB Development plugindevelopment login unsuccessful sso plugins
    0 Votes
    6 Posts
    1225 Views
    C

    It seems require('socket.io').reqFromSocket(socket) doesn't returns a valid req for AuthController.doLogin.... i want to authenticate via websocket but maybe i will have to do it the old POST way, am i correct?

  • GiggiuxG

    extends nodebb write-api?

    Scheduled Pinned Locked Moved Solved NodeBB Plugins write-api plugindevelopment
    0 Votes
    7 Posts
    3367 Views
    GiggiuxG

    To anyone searching the same thing, I resolved the problem using the custom write-api hooks, I wasn't aware of:

    https://github.com/NodeBB/nodebb-plugin-write-api/blob/master/routes/v1/index.js#L45

    filter:plugin.write-api.routes

    that gives you data, I used it in this way:

    function(data, callback) { var app = data.router; var apiMiddleware = data.apiMiddleware; var middleware = data.middleware; var errorHandler = data.errorHandler; app.post('/route', apiMiddleware.requireUser, function(req, res) { // do stuff }); callback(null, { router: app }); };

    Obviously you should have nodebb-plugin-write-api installed.

  • D

    Plugin Development Workflow

    Scheduled Pinned Locked Moved Plugin Development plugindevelopment workflow
    2 Votes
    7 Posts
    2757 Views
    jareyJ

    @Tomas-Pavlacky seems that we will have to submit a PR to update those dependencies. Did you managed to make it work?

  • boomzillaB

    Plugin Integration Test

    Scheduled Pinned Locked Moved NodeBB Development plugindevelopment integration
    0 Votes
    4 Posts
    1849 Views
    boomzillaB

    @julian It means that I can test my plugin with nodebb actually firing hooks for it.

  • I

    Need a plugin developer who can do badges plugin

    Scheduled Pinned Locked Moved NodeBB Plugins plugin plugindevelopment plugin request developers
    0 Votes
    2 Posts
    1529 Views
    julianJ

    @inhuman We could build one out for you, possibly 😄 Reach out to us at [email protected]

  • Jesse PulferJ

    Anyone familiar with Xenforo's Resource Manger ?

    Scheduled Pinned Locked Moved General Discussion communitydevelopers plugindevelopment
    2 Votes
    3 Posts
    1510 Views
    yariplusY

    Has this been started yet?

    I am interested in helping with this, as I'm a XenForo convert.

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.