Skip to content

Commit 071025c

Browse files
committed
docs: add doc files
1 parent 677835e commit 071025c

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed
File renamed without changes.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 NAV
3+
Copyright (c) 2018 NAV IKT
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
11
# mock-oauth2-server
22
Mock OAuth2 Webserver
3+
4+
[![Build](https://github.com/navikt/mock-oauth2-server/workflows/Build%20master/badge.svg)](https://github.com/navikt/mock-oauth2-server/actions)
5+
6+
A simple library mocking the complex stuff about OAuth2 / OIDC Identity Providers allowing you to focus on application code.
7+
Built upon the great OkHttp and MockWebServer library (// TODO link)
8+
9+
10+
## 📦 Install
11+
12+
The current version of the library is published to the GitHub Package Registry for this repo.
13+
14+
https://github.com/navikt/mock-oauth2-server/packages
15+
16+
## ⌨️ Usage
17+
18+
#### TODO
19+
20+
```kotlin
21+
22+
```
23+
24+
## 👥 Contact
25+
26+
This project is currently maintained by the organisation [@navikt](https://github.com/navikt).
27+
28+
If you need to raise an issue or question about this library, please create an issue here and tag it with the appropiate label.
29+
30+
If you need to contact anyone directly, please see contributors.
31+
32+
## ✏️ Contributing
33+
34+
To get started, please fork the repo and checkout a new branch. You can then build the library locally with the Gradle wrapper
35+
36+
```shell script
37+
./gradlew build
38+
```
39+
40+
See more info in [CONTRIBUTING.md](CONTRIBUTING.md)
41+
42+
## ⚖️ License
43+
This library is licensed under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)