Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

How can i authorization the rest api? #12

Open
quchunguang opened this issue Aug 26, 2016 · 0 comments
Open

How can i authorization the rest api? #12

quchunguang opened this issue Aug 26, 2016 · 0 comments

Comments

@quchunguang
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant