<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cases (Posts about fullauth)</title><link>https://fizyk.dev/</link><description></description><atom:link href="https://fizyk.dev/tags/fullauth.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Sun, 21 Jun 2026 16:36:43 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>pyramid_fullauth 0.4 - python3 and few fixes</title><link>https://fizyk.dev/blog/pyramid_fullauth-04-python3-and-few-fixes/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;I've just released version 0.4 of my pyramid extension,
&lt;a class="reference external" href="https://pypi.python.org/pypi/pyramid_fullauth"&gt;pyramid_fullauth&lt;/a&gt;.
It's goal is to allow to add authentication abilities - both password- and
social-based authentication - to pyramid based apps by the means of configuration mostly.&lt;/p&gt;
&lt;p&gt;This version comes with limited python3 compatibility, and two bugfixes.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/pyramid_fullauth-04-python3-and-few-fixes/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>authentication</category><category>fullauth</category><category>pyramid</category><category>python</category><guid>https://fizyk.dev/blog/pyramid_fullauth-04-python3-and-few-fixes/</guid><pubDate>Sun, 02 Nov 2014 18:46:35 GMT</pubDate></item><item><title>How to redirect user around Your website?</title><link>https://fizyk.dev/blog/how-to-redirect-user-around-your-website/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;Recently I've read quite interesting chapter of a &lt;strong&gt;Scalability Rules&lt;/strong&gt; book.
Well... chapter alone wasn't that interesting, but one thing struck me and seemed
quite important. That is How do we redirect user while having Post-Redirect-Get
flow on an asset he can create, edit.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/how-to-redirect-user-around-your-website/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>3xx</category><category>fullauth</category><category>http</category><guid>https://fizyk.dev/blog/how-to-redirect-user-around-your-website/</guid><pubDate>Thu, 29 May 2014 18:15:20 GMT</pubDate></item><item><title>pyramid_fullauth 0.3.0 released!</title><link>https://fizyk.dev/blog/pyramid_fullauth-030-released/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;After over a month of work I've finally released version 0.3.0 of pyramid_fullauth!
This release changes are mostly to testing the package, as with it, it finally reached 100% code coverage, but along I also introduced automatic style checking with pep8, pylint, pep257 and mccabe linter, so in-code changes were big enough, that I had to release it as a new minor version.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/pyramid_fullauth-030-released/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>fullauth</category><category>pyramid</category><category>pytest</category><category>pytest_pyramid</category><category>python</category><guid>https://fizyk.dev/blog/pyramid_fullauth-030-released/</guid><pubDate>Fri, 25 Apr 2014 20:32:29 GMT</pubDate></item><item><title>Testing web applications using SQLAlchemy.</title><link>https://fizyk.dev/blog/testing-web-applications-using-sqlalchemy/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;Some time ago, I decided to refactor &lt;a class="reference external" href="https://pypi.python.org/pypi/pyramid_fullauth"&gt;pyramid_fullauth&lt;/a&gt; tests from mostly unittest style
(though run by py.test) to same factor function style tests and base them on
&lt;a class="reference external" href="https://pypi.python.org/pypi/pytest_pyramid"&gt;pytest_pyramid&lt;/a&gt; package,
when it comes to test webapp. Everhything went smoothly,
until I stumbled upon &lt;a class="reference external" href="http://www.sqlalchemy.org/"&gt;SQLAlchemy&lt;/a&gt; session in tests.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/testing-web-applications-using-sqlalchemy/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>fullauth</category><category>pytest-dbfixtures</category><category>python</category><category>sqlalchemy</category><guid>https://fizyk.dev/blog/testing-web-applications-using-sqlalchemy/</guid><pubDate>Wed, 09 Apr 2014 21:13:57 GMT</pubDate></item><item><title>pyramid_fullauth 0.2.3</title><link>https://fizyk.dev/blog/pyramid_fullauth-023/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;It took over a four months, but finally got new version of pyramid_fullauth cooked, with three fixes. One relaxing dependency on &lt;a class="reference external" href="https://pypi.python.org/pypi/tzf.pyramid_yml"&gt;tzf.pyramid_yml&lt;/a&gt;, second adjusts package to &lt;a class="reference external" href="https://pypi.python.org/pypi/pyramid/1.5a3"&gt;pyramid 1.5a3&lt;/a&gt;, and third fixes relation definition between AuthenticationProvider and User classes.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/pyramid_fullauth-023/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>fullauth</category><category>pyramid</category><category>python</category><guid>https://fizyk.dev/blog/pyramid_fullauth-023/</guid><pubDate>Wed, 29 Jan 2014 22:06:07 GMT</pubDate></item><item><title>pyramid_fullauth 0.2.0</title><link>https://fizyk.dev/blog/pyramid_fullauth-020/</link><dc:creator>Grzegorz Śliwiński</dc:creator><description>&lt;div&gt;&lt;p&gt;I've just released new version of pyramid_fullauth v0.2.0. It gained License, test were rewritten to py.test, and CSRF token handling seen major overhaul.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fizyk.dev/blog/pyramid_fullauth-020/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>csrf</category><category>fullauth</category><category>pyramid</category><category>release</category><guid>https://fizyk.dev/blog/pyramid_fullauth-020/</guid><pubDate>Thu, 26 Sep 2013 20:26:47 GMT</pubDate></item></channel></rss>