Skip to content

Commit

Permalink
Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prokie committed Mar 29, 2023
1 parent 60fa59d commit 13154e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2023-03-29

### Added

- Initial release.
- Supports login and logout for Keycloak 16.1.1.

[0.1.0]: https://github.com/prokie/fastapi-oidc-auth/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# OpenID Connect for FastAPI

`fastapi-oidc-auth` is an extension to
`prokie-fastapi-oidc-auth` is an extension to
[FastAPI](https://fastapi.tiangolo.com/) that allows you to add OpenID
Connect based authentication for your endpoints within minutes.

## Installation

```
pip install fastapi-oidc-auth
pip install prokie-fastapi-oidc-auth
```

## Keycloak settings
Expand Down

0 comments on commit 13154e3

Please sign in to comment.