1
0
Commit Graph

19 Commits

Author SHA1 Message Date
Kagami Sascha Rosylight 544b8106b2 feat(backend/oauth): allow CORS for token endpoint (#12814)
* feat(backend/oauth): allow CORS for token endpoint

* no need to explicitly set origin to `*`

* Update CHANGELOG.md
2023-12-28 09:46:19 +01:00
Mar0xy 5af274ef0a upd: register contentParser 2023-11-16 20:21:33 +01:00
Mar0xy 67dceab22e fix: errors 2023-11-16 20:08:16 +01:00
Mar0xy 2fae63fe15 upd: add multipart support to oauth/token 2023-11-16 20:04:19 +01:00
Mar0xy 885800ee5e revert: deletion of oauth.pug 2023-11-09 15:06:57 +01:00
Mar0xy 0087bc3ace test: oauth/authorize on api endpoint 2023-11-08 22:45:40 +01:00
Mar0xy c5008452c1 fix: oauth/authorize not working 2023-11-08 22:18:28 +01:00
Mar0xy 88da6f16a9 upd: add oauth decision endpoint 2023-11-08 21:11:54 +01:00
Mar0xy 60b2842203 chore: lint 2023-09-24 23:25:04 +02:00
Mar0xy 37d7a4b604 upd: change parser and fix fetchAccessToken 2023-09-24 23:18:39 +02:00
Mar0xy 30cc0a9b18 fix: oauth headers 2023-09-24 23:01:46 +02:00
Mar0xy c19ef16a06 chore: make lint happy 2023-09-24 19:53:56 +02:00
Mar0xy c782085af4 upd: change oauth 2023-09-24 19:47:12 +02:00
Mar0xy 250beca901 fix oauth login 2023-09-24 19:15:08 +02:00
syuilo 053da10e94 refactor(backend): update directory structure for models 2023-09-20 11:33:36 +09:00
syuilo 6cf466e5d1 update deps (#11820)
* update deps

* fix

* wip

* wip

* wip

* Update docker-compose.yml.example

* Delete reviewer-lottery.yml

* Update RepositoryModule.ts

* wip

* wip

* clean up

* update deps

* wip

* wip
2023-09-15 14:28:29 +09:00
syuilo 792622aead refactor: prefix Mi for all entities (#11719)
* wip

* wip

* wip

* wip

* Update RepositoryModule.ts

* wip

* wip

* wip

* Revert "wip"

This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
2023-08-16 17:51:28 +09:00
syuilo ab3cd7b837 chore: add missing license identifier 2023-07-28 14:02:58 +09:00
Kagami Sascha Rosylight eb7b5f905a feat(backend): support OAuth 2.0 authorization (#11053)
* feat(backend): support OAuth 2.0 authorization

* secureRndstr fix

* nanndekowareta

* nanndekowareta2

* nanndekowareta3

* unref?

* refactor to not close fastify

* use microformats-parser

* Update OAuth2ProviderService.ts

* clarify the reason behind dns lookup

* refactor(backend): use @types/oauth2orize-pkce (#11350)

* refactor(backend): use @types/oauth2orize-pkce

* Update package.json

* Update pnpm-lock.yaml

---------

Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>

---------

Co-authored-by: mtgto <hogerappa@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-27 18:51:58 +09:00