Closed sdelamo closed 11 months ago
Docs say:
grails init-oauth2 <domain-class-package> <user-class-name> <oauthid-class-name>
However, that does not work. I tried with:
./gradlew runCommand "-Pargs=init-oauth2 com.yourapp User OAuthID"
Similar to what we tell users to do in spring security core.
It should work with the latest release.
Docs say:
However, that does not work. I tried with:
Similar to what we tell users to do in spring security core.