Albert
08/14/2018, 9:23 AMinstall(Oauth2ServerFeature) {
identityService = CustomIdentityService()
clientService = InMemoryClient()
.client {
clientId = "testapp"
clientSecret = "testpass"
scopes = setOf("ROLE_CLIENT")
}
tokenStore = CustomTokenStore
}
Because I am in such a early stage, I was wondering about your opinion. Do you think it would make sense, and if so, what would you like to see in the project? It would be a lot easier for me to do it now then later 🙂