You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.
Client Request
|
python http server
|
access authorization <- MongoDB (check user table)
|
template system
|
bootstrap-table pages
|
crest service
|
MongoDB(operate data)
The page returned by python service with access authorization check.
And then the bootstrap-table pages are directly connecting to MongoDB via crest service.
The question is how can i do the access controller?
I googled say than using basic-auth/oauth1.0a/oauth2.0/...
But in my case, (already have authorization check with python service), what is the right way?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I using,
Client Request
|
python http server
|
access authorization <- MongoDB (check user table)
|
template system
|
bootstrap-table pages
|
crest service
|
MongoDB(operate data)
The page returned by python service with access authorization check.
And then the bootstrap-table pages are directly connecting to MongoDB via crest service.
The question is how can i do the access controller?
I googled say than using basic-auth/oauth1.0a/oauth2.0/...
But in my case, (already have authorization check with python service), what is the right way?
The text was updated successfully, but these errors were encountered: