• 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

Irfan BabarI

Irfan Babar

@Irfan Babar
About
Posts
13
Topics
5
Groups
0
Followers
0
Following
0

Topics

  • Irfan BabarI
    ●

    Any Global config/environment variables

    Scheduled Pinned Locked Moved Unsolved Technical Support
    1 Votes
    2 Posts
    19 Views

    barisB

    You can use filter:config.get to add a new variable. That value becomes available in all templates as {config.myVariable}


  • Irfan BabarI
    ●

    Guideline for custom plugin setting page creation

    Scheduled Pinned Locked Moved Solved Technical Support
    0 Votes
    6 Posts
    86 Views

    julianJ

    https://community.nodebb.org/topic/16958/how-do-i-create-a-settings-page-for-my-plugin


  • Irfan BabarI
    ●

    Hook suggestion

    Scheduled Pinned Locked Moved Plugin Development
    0 Votes
    3 Posts
    47 Views

    Irfan BabarI

    @julian no I m not using session sharing because I need to use client specific endpoints, so if you can tell me which hook is best for check token authorization, it will be helpful


  • Irfan BabarI
    ●

    Can't login with normal user

    Scheduled Pinned Locked Moved Unsolved Technical Support
    0 Votes
    2 Posts
    48 Views

    julianJ

    What do the logs say? In development mode, session sharing should output something that starts with

    [session-sharing] Processing login for uid ...

    If you don't see that, then the cookie didn't verify, potentially.

    Also, if the unique ID you passed in no longer resolves to an active user, the login might also fail. Check the appId:uid (or replace appId as needed) sorted set to see if there is an outdated entry in there.


  • Irfan BabarI
    ●

    Integrate JWT authentication & Authorization

    Scheduled Pinned Locked Moved Unsolved Technical Support
    0 Votes
    11 Posts
    173 Views

    R

    @julian said in Integrate JWT authentication & Authorization:

    Frankly this is a surprise for me — I always thought the period prefix was deprecated (but still supported). TIL...

    You are quite correct, in theory this should no longer matter. However, we encountered issues when updating existing cookies for logging out when the cookie did not have the period prefix.


  • Login

  • Don't have an account? Register

  • Login or register to search.
  • 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.