Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Using JWT token auth but also keep the driver session #13

Closed
libellux opened this issue Feb 15, 2020 · 1 comment
Closed

Using JWT token auth but also keep the driver session #13

libellux opened this issue Feb 15, 2020 · 1 comment
Labels

Comments

@libellux
Copy link

Hello,

First time integrating atlassian connect core testing the jira server service desk. If I already have setup a Laravel auth where users use the driver session guard. How would I implement this package but still keep:

    'web' => [
        'driver' => 'session',
        'provider' => 'users',
    ],

Is there anywhere in the configuration i could change the web array to like:

    'web_atlassian' => [
        'driver' => 'jwt',
        'provider' => 'users',
    ],

Hope i made myself clear.

Best regards

@breart
Copy link
Owner

breart commented Feb 20, 2020

Basically, JWT token needed to authenticate your tenants, why would you need to keep session driver?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants