If you find that your user has been signed out quite often, this is what you can do to extend your token expiry to 90 days.
apiVersion: config.openshift.io/v1
kind: OAuth
metadata:
name: cluster
spec:
tokenConfig:
accessTokenMaxAgeSeconds: 7776000
