Would anyone know how I can use web2py as an oauth2 provider?

I would like to use Oracle Jet as frontend and web2py as backend via building a 
rest API.

Oracle Jet supports OAuth2 natively to easily create CRUD models that are 
protected with Oauth2.

Otherwise I would need to create a rest call for each of the crud operations 
for each model manually and protect each API call with I. E. Jwt token and 
web2py Auth.

I have seen an old half implemented oauth2 provider app on github, but it seems 
unmaintained for years. 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to