Skip to content

Commit d50ee4e

Browse files
authored
Merge pull request #50 from supertokens/feat/add_oauth2provider
feat: add oauth2provider
2 parents 135b54c + 2c16569 commit d50ee4e

File tree

2 files changed

+675
-1
lines changed

2 files changed

+675
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8+
## [4.0.0] - 2024-10-18
9+
10+
### Changes
11+
12+
- Updated the expected response types for the `GET /{apiBasePath}/.well-known/openid-configuration`
13+
- Added the `OAuth2Provider` recipe. New APIs:
14+
- `GET /{apiBasePath}/oauth/login`
15+
- `GET /{apiBasePath}/oauth/auth`
16+
- `POST /{apiBasePath}/oauth/token`
17+
- `GET /{apiBasePath}/oauth/userinfo`
18+
- `POST /{apiBasePath}/oauth/revoke`
19+
- `POST /{apiBasePath}/oauth/introspect`
20+
- `POST /{apiBasePath}/oauth/end_session`
21+
- `GET /{apiBasePath}/oauth/end_session`
22+
- `GET /{apiBasePath}/oauth/logininfo`
23+
- `POST /{apiBasePath}/oauth/logout`
24+
25+
826
## [3.1.0] - 2024-10-18
927

1028
### Changes

0 commit comments

Comments
 (0)