grails-guides / grails-oauth-google

How to add Google Oauth2 authentication using Spring Security Rest
1 stars 9 forks source link

Guide is missing the logout controller method #7

Open tylervz opened 5 years ago

tylervz commented 5 years ago

It appears that the author(s) intended to show an example of a logout method in the AuthController because of the note:

Responding a cookie with the same name and maxAge equals 0 deletes the cookie. Thus, it logs out the user.

However, the corresponding code is not actually in AuthController.

https://guides.grails.org/grails-oauth-google/guide/index.html#authController