Building your own authentication library with Trailblazer
Building your own authentication library with Trailblazer
About the Book
A beginner's guide taking you by the hand and walking you through Trailblazer's beautiful operation layer. While building a Ruby authentication library similar to Devise you are going to learn organizing and structuring business code, how operations help concentrating on what needs to be done, not when, and how Trailblazer's components can be connected to build full-blown web applications within Rails.
VERY IMPORTANT DISCLAIMER: This book has learnt from the mistakes in the old book and follows a strict no-gossip policy. It was hard, yet not unmakeable, to limit word flow to a minimum. The first diagram is on page 3, the first code snippet you will find on page 7.
It is suitable for all levels of Ruby developers, from a beginner trying to find their ways to experienced Trailblazer engineers trying to find better ways.
Structure
In part I of the book, we solely focus on business code. No rendering, no HTTP, it's pure software design where we implement authentication functions like Create account and workflows such as Reset password or Verify account. We do this with a strong focus on testing and have several refactorings happening along the way. By the end of this part you will know all patterns and tools necessary to build applications with Trailblazer.
Part II implements the frontend and discusses how view components from the Cells gem help with rendering UIs and why the Reform gem can be your best friend (or your worst enemy!) when dealing with forms. The part also covers a new abstraction endpoint from the Trailblazer framework, designed to manage non-business code that would usually sit in controllers.
Part III and IV will be a separate book, covering how to extract and gemify the actual Ruby library and how Trailblazer's new workflows make long-running flow control even simpler.
Table of Contents
-
A Brief Introduction
- Another layer of unnecessary abstractions
- Operation - the heart of Trailblazer
-
Operation Basics
- What is an operation?
-
Debugging with
#wtf?
- Railway Basics
- Wrap up
-
Create Account
- Password hashing
- Persisting data
- Uniqueness validations
- Exceptions and flow control
- Account verification
- Using dependency injection
- Sending emails
-
Verify Account
- Operations and controllers
- Delegation
- Avoiding timing-attacks
- Operation tests
-
Reset Password
- The operation
- Testing is fun
- Nested operations
- Variable Mapping
-
Changing the password
- Extracting the token check
- Checking password reset tokens
- Update password
- Fast-track wiring
- Signing In
- Wrap up
- Notes
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them