CLARIN/Python Paste Introduction

From PDP/Grid Wiki
Revision as of 10:48, 6 September 2012 by Wvengen@nikhef.nl (talk | contribs) (Created page with "[http://pythonpaste.org/ Python Paste] is a (web) framework useful for building WSGi applications. Its most visible component is [http://pythonpaste.org/deploy/ Deploy], containi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Python Paste is a (web) framework useful for building WSGi applications. Its most visible component is Deploy, containing a configuration file for building a web application out of basic components. This page is an introduction to using Paste with a focus on authentication and authorization, more specific on OAuth2. Not much prior experience with Paste is required.

Hello world

Basic authentication