allow user to authenticate against DB in isolated way: authentication doesnt apply to other connections and logs out when done

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Authentication
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      this can be useful for security purpose, when some admin commands want to be isolated.
      Possible clean solution: add a flag "shareAuth" to requestStart(), which is true by default.

      If false:

      • the thread will stick to same connection as with regular requestStart.
      • any auth() being called will not be cached and shared at DB level.
      • when requestDone() is called, either logOut cmd is called, or connection is closed.

            Assignee:
            Unassigned
            Reporter:
            Antoine Girbal (Inactive)
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: