scala-oauth2-provider
scala-oauth2-provider copied to clipboard
OAuth 2.0 server-side implementation written in Scala
Since `expiresIn` is calculated at the moment of `AccessToken` creation (https://github.com/nulab/scala-oauth2-provider/pull/107), it remains the same no matter how many times it has been requested. Also, since it is apparently non-negative...
Hey! First of all, thanks for that amazing library. 👏 In our current project we have the problem that we have to extend/enhance the AuthInfo with additional information. Currently it...
Hi :smile: Is there already any kind of support for WebSocket based actions? I had made something like this to make it work here. ``` scala trait OAuth2AsyncProvider2 extends OAuth2AsyncProvider...