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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -