Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 354 Bytes

access_change_token_lifespan.md

File metadata and controls

18 lines (15 loc) · 354 Bytes

Token lifespan (typically the JWT token) can be configured in the main pydio.json

{
    "services": {
        ...
        "pydio.web.oauth": {
            ...
            "accessTokenLifespan": "10m",
            "refreshTokenLifespan": "60d"
        }
    }
}

Make sure to restart afterward.

Note: the refresh token can be used only once.