Add folders to Basic Overview
This commit is contained in:
parent
356dd89ae4
commit
c0f3ef8a66
1 changed files with 17 additions and 14 deletions
19
README.md
19
README.md
|
@ -30,10 +30,10 @@ The most important packages of the library:
|
||||||
/oidc definitions shared by clients and server
|
/oidc definitions shared by clients and server
|
||||||
|
|
||||||
/example
|
/example
|
||||||
/api example of an api / resource server implementation using token introspection
|
/client/api example of an api / resource server implementation using token introspection
|
||||||
/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
|
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
|
||||||
/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
|
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
|
||||||
/service demonstration of JWT Profile Authorization Grant
|
/client/service demonstration of JWT Profile Authorization Grant
|
||||||
/server example of an OpenID Provider implementation including some very basic login UI
|
/server example of an OpenID Provider implementation including some very basic login UI
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998 SCOPES="openid p
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
<a href="https://github.com/zitadel/oidc/graphs/contributors">
|
<a href="https://github.com/zitadel/oidc/graphs/contributors">
|
||||||
<img src="https://contrib.rocks/image?repo=zitadel/oidc" />
|
<img src="https://contrib.rocks/image?repo=zitadel/oidc" alt="Screen with contributors' avatars from contrib.rocks" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Made with [contrib.rocks](https://contrib.rocks).
|
Made with [contrib.rocks](https://contrib.rocks).
|
||||||
|
@ -114,11 +114,14 @@ We did not choose `fosite` because it implements `OAuth 2.0` on its own and does
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The full functionality of this library is and stays open source and free to use for everyone. Visit our [website](https://zitadel.com) and get in touch.
|
The full functionality of this library is and stays open source and free to use for everyone. Visit
|
||||||
|
our [website](https://zitadel.com) and get in touch.
|
||||||
|
|
||||||
See the exact licensing terms [here](./LICENSE)
|
See the exact licensing terms [here](LICENSE)
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "
|
||||||
|
AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
|
||||||
|
language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
[^1]: https://github.com/zitadel/oidc/issues/135#issuecomment-950563892
|
[^1]: https://github.com/zitadel/oidc/issues/135#issuecomment-950563892
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue