python - Authorization in webapp2? -
in webapp2 documentation webapp2_extras.auth, defines class as:
"utilities authentication , authorization."
however, don't see related authorization (for example access administrator-only pages).
i've created own work-around creating own authorization methods check datastore user-privileges, there i'm missing here authorization via webapp2, or incomplete class?
Comments
Post a Comment