Re: [pylons-discuss] WebTest 2.0.30 has been released.

2018-06-25 Thread Jonathan Vanasco
clarification: oAuth2 supports some other flows/tokens too - but the Bearer concept is vert common. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [pylons-discuss] WebTest 2.0.30 has been released.

2018-06-25 Thread Jonathan Vanasco
On Saturday, June 23, 2018 at 2:26:55 PM UTC-4, Gael Pasgrimaud wrote: > > It's like basic auth but use tokens in the Authorization headers instead > of base64(user:pass). It's a bit more secure... JWT token may also > contains > some extra data (user infos, api scope, etc.) but those are

Re: [pylons-discuss] WebTest 2.0.30 has been released.

2018-06-23 Thread Gael Pasgrimaud
Hi, On Sat, Jun 23, 2018 at 11:00:00AM -0700, Mike Orr wrote: > On Sat, Jun 23, 2018 at 5:57 AM, Gael Pasgrimaud wrote: > > WebTest 2.0.30 has been released. > > > > Here are the changes: > > > > - Add ``Email`` class for input fields with type "email". > > > > - Documentation bearer token and

Re: [pylons-discuss] WebTest 2.0.30 has been released.

2018-06-23 Thread Mike Orr
On Sat, Jun 23, 2018 at 5:57 AM, Gael Pasgrimaud wrote: > WebTest 2.0.30 has been released. > > Here are the changes: > > - Add ``Email`` class for input fields with type "email". > > - Documentation bearer token and JWT authorization What is a bearer token and JWT authorization? Does that mean

[pylons-discuss] WebTest 2.0.30 has been released.

2018-06-23 Thread Gael Pasgrimaud
WebTest 2.0.30 has been released. Here are the changes: - Add ``Email`` class for input fields with type "email". - Documentation bearer token and JWT authorization You can install it via PyPI: pip install WebTest==2.0.30 Enjoy, and please report any issues you find to the issue tracker at