You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ Please fork the repo and start a new branch to work on.
5
5
6
6
## Building locally
7
7
This project is using [Gradle](https://gradle.org/) for its build tool.
8
-
A Gradle Wrapper is included in the code though so you do not have to manage your own installation.
8
+
A Gradle Wrapper is included in the code though, so you do not have to manage your own installation.
9
9
10
-
To run a build simply exucute the following:
10
+
To run a build simply execute the following:
11
11
12
12
```shell script
13
13
./gradlew build
@@ -23,7 +23,7 @@ If you are adding a new feature or bug fix please ensure there is proper test co
23
23
If you have a branch on your fork that is ready to be merged, please create a new pull request. The maintainers will review to make sure the above guidelines have been followed and if the changes are helpful to all library users, they will be merged.
24
24
25
25
## Releasing
26
-
The release process has been automated in Github Actions. Every merge into master is automatically added to the
26
+
The release process has been automated in GitHub Actions. Every merge into master is automatically added to the
27
27
[draft release notes](https://github.com/navikt/mock-oauth2-server/releases) of the next version. Once the next
28
28
version is ready to be released, simply publish the release with the version name as the title and tag and this
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Have a look at some examples in both Java and Kotlin in the src/test directory:
194
194
195
195
##### Server URLs
196
196
197
-
You can retrieve URLs from the server with the correct port and issuerId etc by invoking one of the ` fun *Url(issuerId: String): HttpUrl` functions/methods:
197
+
You can retrieve URLs from the server with the correct port and issuerId etc. by invoking one of the ` fun *Url(issuerId: String): HttpUrl` functions/methods:
198
198
199
199
```kotlin
200
200
val server =MockOAuth2Server()
@@ -293,7 +293,7 @@ add this to your config with preferred `JWS algorithm`:
293
293
294
294
*From the JSON example above:*
295
295
296
-
A token request to `http://localhost:8080/issuer1/token` with parameter `scope` equal to `scope1` will match the first tokencallback:
296
+
A token request to `http://localhost:8080/issuer1/token` with parameter `scope` equal to `scope1` will match the first `tokenCallback`:
297
297
298
298
```json
299
299
{
@@ -448,7 +448,7 @@ This project is currently maintained by the organisation [@navikt](https://githu
448
448
449
449
If you need to raise an issue or question about this library, please create an issue here and tag it with the appropriate label.
450
450
451
-
For contact requests within the [@navikt](https://github.com/navikt) org, you can use the slack channel #pig_sikkerhet
451
+
For contact requests within the [@navikt](https://github.com/navikt) org, you can use the Slack channel #pig_sikkerhet
452
452
453
453
If you need to contact anyone directly, please see contributors.
0 commit comments