omniauth / omniauth_openid_connect

MIT License
168 stars 187 forks source link

Why should the logout path be relative to request_path #150

Open CSDUMMI opened 1 year ago

CSDUMMI commented 1 year ago

I'm wondering why this gem only triggers a logout if the current path matches: <request_path>/<logout_path>. Should logout_path (now that it is a user supplied option) be an absolute path that the user may decide to make relative?

Especially since I was unable to determine the content of request_path through documentation.