-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✏️ fix typo in mongoRealmAuthenticator
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
* | ||
* It assumes that the user collection is 'restheart.users', the roles property | ||
* is 'roles' and the id of the user is "_id" (the default configuration values | ||
* of mongoRealAuthenticator) | ||
* of mongoRealmAuthenticator) | ||
* | ||
* @author Andrea Di Cesare <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
* it also forbids the client to update an existing document | ||
* | ||
* it assumes that the user collection is 'users' and the roles property is | ||
* 'roles' (the default configuration values of mongoRealAuthenticator) | ||
* 'roles' (the default configuration values of mongoRealmAuthenticator) | ||
* | ||
* @author Andrea Di Cesare <[email protected]> | ||
*/ | ||
|