Skip to content

Commit

Permalink
config: add post logout view
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed May 30, 2023
1 parent 342c9b0 commit 423e820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,15 @@ def files_rest_permission_factory(obj, action):
sending the response to the client. Set to False, in case of doubt.
"""

# Invenio-Security-Invenio
# Flask-Security
# ========================

SECURITY_EMAIL_SUBJECT_REGISTER = _("Welcome to Invenio App RDM!")
"""Email subject for account registration emails."""

SECURITY_POST_LOGOUT_VIEW = "/oauth/logout"
"""Required by invenio-oauthclient to be able to set logout urls for the remote apps."""

# Invenio-UserProfiles
# ================

Expand Down

0 comments on commit 423e820

Please sign in to comment.