Alexandra Velikova
09/18/2023, 3:18 PMfrontendCallbackUrl = { String tokenValue -> "<http://localhost:8080/auth/success?token=${tokenValue}>" }
This line from the guide seems to suggest that under the hood the following link will be called after google authentication and the generated token will automatically be added. How can we achieve this without using Grails views and redirects?
2) It is mentioned in the guide that, with this approach, no users are stored in the local database, while we would like to keep the option to log in with an account which is not from Google. Is this possible to have both Google Sign In and sign in with email and password using this plugin?
Thank you in advance for all your thoughts!