Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. NasuhG
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 0
    • Groups 0

    Posts made by NasuhG

    • RE: [nodebb-plugin-session-sharing] Session Sharing

      I dont know how is this auth process works with jwt.
      I have nodebb in forum.example.com and nodejs app in example.com. And reverse proxy with nginx. I have few question:

      -When user logins or signs up which route we should POST method to?
      -Do I need to install npm install jsonwebtoken?
      -Is this JWT Secret key obtained from jwt.io website?
      -How can I save a cookie to user browser?
      -When I achieve all this and users logins with nodebb credentials how can i access to current logged in user info?
      -Do I need to include the user's passwords to Json web token?
      -Do I need to set secret in nodebb admin panel?

      Edit:So I did some googling and what I understand I need to post the user info to some expressjs route on my app and generate the Json web token in backend and use some cookie plugin for nodejs. But my last two question is remain unclear for me.
      @julian

      posted in NodeBB Plugins
      N
      NasuhG
    • RE: Youtube Lite

      Video name does not appear. And console says:

      http://gdata.youtube.com/feeds/api/videos/1QCK_gFGi90?v=2&alt=json Failed to load resource: the server responded with a status of 410 (Gone)

      0_1476970952307_Screenshot_1.png

      posted in NodeBB Plugins
      N
      NasuhG
    • RE: [nodebb-plugin-shoutbox] Shoutbox plugin

      How can I enable the shoutbox. I installed with npm, restart the nodebb, installed on admin dashboard. I can see its in the my installed plugins but its not appearing on the front page.

      posted in NodeBB Plugins
      N
      NasuhG