How to implement the custom authetication?

Issue #82 resolved
phpsaint NA created an issue

Hi Team,

We are planning implement dashboard with atlasboard with custom authentication, say username and password. How can we achieve this?

Do you have any suggestion for this?

Comments (3)

  1. phpsaint NA reporter

    The core idea is user has to authenticate before he access the dahsboard and this session must be available in jobs too, this will let us to render the data based on authenticated user's information.

    What is the best practice to implement this?

  2. Iván Loire

    Hi, I think you can use passport.js to authenticate users before they can access the dashboard routes. Jobs are running independently though. I don't think you will be able to fetch job data impersonating different users without a major refactoring.

  3. Log in to comment