mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Updated OAuth2 (markdown)
parent
d03609f5a8
commit
d9c4327d68
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ If you need more info, they are at bottom of the page Advanced Settings / Endpo
|
||||||
Rule Name: Encrich Wekan login
|
Rule Name: Encrich Wekan login
|
||||||
```
|
```
|
||||||
function (user, context, callback) {
|
function (user, context, callback) {
|
||||||
// Only use this rule for Auth0 Dashboard / Applications / Application name
|
// Only use this rule for Auth0 Dashboard / Applications / WekanApplication
|
||||||
if(context.clientName !== 'WekanApplication'){
|
if(context.clientName !== 'WekanApplication'){
|
||||||
return callback(null, user, context);
|
return callback(null, user, context);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue