Skip to content
New issue

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

Grails 3 - Does this plugin available for Grails 3 #42

Open
bilalsha opened this issue Feb 24, 2017 · 4 comments
Open

Grails 3 - Does this plugin available for Grails 3 #42

bilalsha opened this issue Feb 24, 2017 · 4 comments

Comments

@bilalsha
Copy link

I want to know if this plugin is available for grails 3 .

@gokhanakgul
Copy link

@ppazos
Copy link

ppazos commented Apr 11, 2019

Also looking for using this one on a grails 3 app, and don't want to use spring security at all.
If it doesn't work, will create a new plugin for grails 3 with the same purpose and most of the logic present on this one.

@pabloalba
Copy link
Member

Hi. We don't have time to migrate it to Grails 3 for now. You are most welcome to create a new one, and to use as much logic from ours as you want :)

@ppazos
Copy link

ppazos commented Apr 17, 2019

@pabloalba I have some minimal version of the plugin working in Grails 3, the thing is, I don't need to use the spring security integration, so didn't use that code, I used the Cry[toService, UrlSafeBase64Utils, the JwtStatelessTokenProvider (I don't need the default provider yet), the SecuredStateless annotation and moved the SecurityStatelessFilters to a Grails 3 interceptor/

I then interceptor I have some stuff hardcoded that would move to the config, but I think the basic flows will work soon (generate token, check token).

Also have some doubts about the username keyword currently used in to generate the token, I would like to delegate that to the user, so the user configures everything and the plugin doesn't make any assumptions on attribute names or class names. Will notify here when the basic plugin is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants