<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="31411" data-post-id="31411">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="riverrun" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/riverrun/120/7244_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  riverrun
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The work on Openmaize is now going to be transferred to <a href="https://github.com/riverrun/phauxth" rel="noopener nofollow ugc">Phauxth</a>.</p>
<p>With the changes made to Phoenix 1.3, I decided that this would be a good chance to make several changes myself – changes that I had thinking about for some time.</p>
<p>The major differences between Openmaize and Phauxth are:</p>
<ul>
<li>Phauxth is designed to be a lot more extensible
<ul>
<li>rather than trying to satisfy every authentication need, I want to make it easy for developers to extend the core functionality</li>
</ul>
</li>
<li>Phauxth depends on Phoenix (so I can use Phoenix tokens)</li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="31411" data-batch-url="/posts/batch_likers">
                        5
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/openmaize-authentication-library-now-called-phauxth/922/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-31411" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="31411"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="47144" data-post-id="47144">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="riverrun" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/riverrun/120/7244_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  riverrun
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just released version 1.0 of Phauxth.</p>
<p>A couple of changes since the earlier post:</p>
<ul>
<li>Phauxth depends on Plug, but it no longer depends on Phoenix</li>
<li>Phauxth uses a custom token implementation based Phoenix.Token</li>
</ul>
<p>You can find more info at the <a href="https://github.com/riverrun/phauxth/wiki" rel="noopener nofollow ugc">wiki</a>, and there is also a <a href="https://gitter.im/phauxth_elixir/Lobby" rel="noopener nofollow ugc">gitter room</a>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="47144" data-batch-url="/posts/batch_likers">
                        6
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/openmaize-authentication-library-now-called-phauxth/922/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-47144" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="47144"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-most-liked cat-most-liked" title="One of the top 3 liked posts in this thread!"></div>
  </section>
</div>
    <div class="postbit" id="115659" data-post-id="115659">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="riverrun" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/riverrun/120/7244_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  riverrun
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just released version 2.1 of Phauxth.</p>
<p>I have also updated the <a href="https://github.com/riverrun/phauxth-example" rel="noopener nofollow ugc">phauxth example app</a> and the <a href="https://github.com/riverrun/phauxth_installer" rel="noopener nofollow ugc">phauxth installer</a>.</p>
<p>To update your app to use Phauxth 2.1:</p>
<ul>
<li>remove all references to Comeonin (Comeonin.Argon2.add_hash is now Argon2.add_hash, and Comeonin.Argon2.check_pass is now Argon2.check_pass).</li>
<li>update the phauxth dependency to “~&gt; 2.1.0” and the argon2_elixir dependency to “~&gt; 2.0” (or bcrypt_elixir to “2.0” or pbkdf2_elixir to “1.0”).</li>
<li>and that’s it!</li>
</ul>
<p>Any comments / questions, just let me know.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="115659" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/openmaize-authentication-library-now-called-phauxth/922/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-115659" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="115659"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>