Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 9ab9737

Browse files
committed
chore: doc folder moved to docs - according to RTD conf. little changes in readme
1 parent 1121ac5 commit 9ab9737

21 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# oidc-op
22

3-
This project is a Python implementation of an **OIDC Provider** on top of [jwtconnect.io](https://jwtconnect.io/)
4-
that shows to you how to 'build' an OP using the classes and functions provided by oidc-op.
3+
This project is a Python implementation of an **OIDC Provider** on top of [jwtconnect.io](https://jwtconnect.io/) that shows to you how to 'build' an OP using the classes and functions provided by oidc-op.
54

6-
If you are just going to build a standard OP you only have to write the configuration file. If you want to add or replace functionality this documentation
7-
should be able to tell you how.
5+
If you want to add or replace functionality the official documentation should be able to tell you how.
6+
If you are just going to build a standard OP you only have to understand how to write your configuration file.
7+
In `example/` folder you'll find some complete examples based on flask and django.
88

99
Idpy OIDC-op implements the following standards:
1010

@@ -24,8 +24,7 @@ It also comes with the following `add_on` modules.
2424
* [OAuth2 RAR](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-rar)
2525
* [OAuth2 DPoP](https://tools.ietf.org/id/draft-fett-oauth-dpop-04.html)
2626

27-
The entire project code is open sourced and therefore licensed
28-
under the [Apache 2.0](https://en.wikipedia.org/wiki/Apache_License)
27+
The entire project code is open sourced and therefore licensed under the [Apache 2.0](https://en.wikipedia.org/wiki/Apache_License)
2928

3029
For any futher information please read the [Official Documentation](#TODO).
3130

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)