File tree Expand file tree Collapse file tree 3 files changed +42
-1
lines changed Expand file tree Collapse file tree 3 files changed +42
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020 NAV
3
+ Copyright (c) 2018 NAV IKT
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# mock-oauth2-server
2
2
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 )
You can’t perform that action at this time.
0 commit comments