We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#138
https://github.com/cactacea/backend/blob/master/libs/filhouette/src/main/scala/io/github/cactacea/filhouette/api/actions/SecuredAction.scala#L176
authenticator.initの後にclaimに権限を渡せるようにする Authroizationを継承した権限一覧を作成する シフト演算で権限の値を表す
CactaceaScopeクラスを作成する permission <- ビット演算子 1 < 0などで表す
CactaceaAuthorizationクラスを作成する コンストラクタ引数はscope
CactaceaAuthenticationFilterを改造する コンストラクタ引数はscope
The text was updated successfully, but these errors were encountered:
Merge pull request #236 from cactacea/#207
1444445
Fix OAuth 2.0 server
No branches or pull requests
#138
https://github.com/cactacea/backend/blob/master/libs/filhouette/src/main/scala/io/github/cactacea/filhouette/api/actions/SecuredAction.scala#L176
authenticator.initの後にclaimに権限を渡せるようにする
Authroizationを継承した権限一覧を作成する
シフト演算で権限の値を表す
CactaceaScopeクラスを作成する
permission <- ビット演算子 1 < 0などで表す
CactaceaAuthorizationクラスを作成する
コンストラクタ引数はscope
CactaceaAuthenticationFilterを改造する
コンストラクタ引数はscope
The text was updated successfully, but these errors were encountered: