Hookup editor login #23
Merged
a3thakra
merged 1 commits from hookup-editor-login
into hookup-public-page
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'hookup-editor-login'
Deleting a branch is permanent. It CANNOT be undone. Continue?
cc: @a258wang this is how Steven and I wired up the app to do authentication. Let me know if you have any questions!
@n3parikh I had to change the
scheme
fromBasic
toCustomBasic
to prevent popups on 401s.More info: https://github.com/miguelgrinberg/Flask-HTTPAuth/issues/22
loginFailed
is a UI concern, not an auth concern.We shouldn't
setState
for components which have been unmounted.This matches
/api/editor/links/foo/bar/whatever
approved this merge request
Reviewers