Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feature/in-memory-j…
Browse files Browse the repository at this point in the history
…wt-verification
  • Loading branch information
infohash committed Nov 6, 2023
2 parents 006f330 + 26b1235 commit 8b3a9f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.14.2
current_version = 3.14.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Flask-pyoidc',
version='3.14.2',
version='3.14.3',
packages=['flask_pyoidc'],
package_dir={'': 'src'},
url='https://github.com/zamzterz/flask-pyoidc',
Expand Down
2 changes: 1 addition & 1 deletion src/flask_pyoidc/flask_pyoidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _authenticate(self, client, interactive=True):
if not client.is_registered():
self._register_client(client)

flask.session['destination'] = flask.request.url
flask.session['destination'] = flask.request.full_path

# Use silent authentication for session refresh
# This will not show login prompt to the user
Expand Down

0 comments on commit 8b3a9f8

Please sign in to comment.