forked from oss-aspen/8Knot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add oauth w/ flask routes, serverside user groups
adds /login, /logout, /authorize routes to backend api. moves querying and processing of user's groups purely serverside. removes group querying from background_callback and page-reload group refreshes. uses Flask-Login as login handler, session token cookie added. Signed-off-by: James Kunstle <[email protected]>
- Loading branch information
1 parent
c79bb78
commit 69f51a8
Showing
6 changed files
with
588 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.