Updated OSSRH <server> instructions to reflect access token instead of username/password

Les Hazlewood 2024-06-21 12:42:25 -07:00
parent 9a30e82a6f
commit c52cc22862
1 changed files with 9 additions and 4 deletions

13
Home.md

@ -57,11 +57,16 @@ Welcome to the jjwt wiki!
<server> <server>
<id>ossrh</id> <id>ossrh</id>
<!-- <!--
This is the same username and password you use to login to both This is NOT the username/password you use to login to
https://issues.sonatype.org and https://oss.sonatype.org. https://oss.sonatype.org. It is your User Token accessible
by logging in to oss.sonatype.org, clicking your
username in the upper right hand corner, choosing "profile",
then in the resulting view, select the "Summary" drop down
and choose "User Token", then click the "Access User Token"
button.
--> -->
<username>YOUR_OSSRH_USERNAME</username> <username>YOUR_OSSRH_ACCESS_TOKEN_USERNAME</username>
<password>YOUR_OSSRH_PASSWORD</password> <password>YOUR_OSSRH_ACCESS_TOKEN_PASSWORD</password>
</server> </server>
<!-- ... any other servers you may have for your own needs ... --> <!-- ... any other servers you may have for your own needs ... -->
</servers> </servers>