Open cnuland opened 7 years ago
Hi cnuland, First we are using Spring Security, don't know if you have a different configuration with Swing Security. Second you are setting the API login on /api/login but you are not allowing to get there on the staticRules, maybe if you add it there works. Hope it Helps,
Matias
Tried to follow the same security settings that you have for swing security but I get a 403 when I go to the api URI. If I disable the swing security then it works fine, but I'd like the swing security to be login based and the public api to be token based like in your example. Here's what I have in my application.groovy for my spring security settings, was wondering if you had any input on what the issue might be. Thanks for any input you can give!
edit: I'm also using Grails 3.2 with the REST controller option, if that helps any!