mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-10 15:30:49 -06:00
eb7b5f905a
* 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>
9 lines
381 B
Text
9 lines
381 B
Text
extends ./base
|
|
|
|
block meta
|
|
//- Should be removed by the page when it loads, so that it won't needlessly
|
|
//- stay when user navigates away via the navigation bar
|
|
//- XXX: Remove navigation bar in auth page?
|
|
meta(name='misskey:oauth:transaction-id' content=transactionId)
|
|
meta(name='misskey:oauth:client-name' content=clientName)
|
|
meta(name='misskey:oauth:scope' content=scope)
|