Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/sim/lib/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,9 @@ export const auth = betterAuth({
}),
]
: []),
admin(),
admin({
impersonationSessionDuration: 60 * 60 * 24 * 365 * 100,
}),
Comment thread
TheodoreSpeaks marked this conversation as resolved.
Outdated
Comment thread
TheodoreSpeaks marked this conversation as resolved.
Outdated
jwt({
jwks: {
keyPairConfig: { alg: 'RS256' },
Expand Down
Loading