Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add URL login auth token capabilities #2812

Merged
merged 6 commits into from Feb 23, 2017
Merged

Add URL login auth token capabilities #2812

merged 6 commits into from Feb 23, 2017

Conversation

sbrunner
Copy link
Member

@sbrunner sbrunner commented Feb 9, 2017

No description provided.

@sbrunner sbrunner added this to the 2.2 milestone Feb 9, 2017
@sbrunner sbrunner force-pushed the urllogin branch 19 times, most recently from 675d3e8 to 6c9a2c9 Compare February 16, 2017 12:50
@sbrunner sbrunner force-pushed the urllogin branch 8 times, most recently from 80f7681 to 6f6429c Compare February 21, 2017 08:54
headers = pyramid.security.remember(request, auth["u"])
request.response.headerlist.extend(headers)
except Exception as e:
log.error("Auto login error: {}".format(e))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URL login error

Copy link
Member

@fredj fredj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

must be token instead of tocken

@sbrunner sbrunner changed the title Add URL login auth tocken capabilities Add URL login auth token capabilities Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants