-
Notifications
You must be signed in to change notification settings - Fork 51
Master -> Main Rename #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
README.md
Outdated
|
|
||
| Islandora 8 uses JWT for authentication across the stack. Crayfish microservices, Fedora, and Drupal all use them. | ||
| Crayfish and Fedora have been set up to use a master token of `islandora` to make testing easier. To use it, just set | ||
| Crayfish and Fedora have been set up to use a main token of `islandora` to make testing easier. To use it, just set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were these tokens changed? I'm guessing not, as this is a deep-within-the-stack use and not a github-branch-related one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the only thing to change is the term "master" to "main" in the above sentence. The token itself is still "islandora" and behaves the same way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this context, 'main' doesn't seem to convey the same meaning. Would 'universal' or 'global' or 'generic' be applicable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does "default" make sense in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default sounds good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah wasn't sure about that when doing this. i'm good with default 👍
Part of Islandora/documentation#1595