mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30: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
|
||||
```
|
||||
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'){
|
||||
return callback(null, user, context);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue