authboss v1.0.0 Release Notes

Release Date: 2015-08-02 // over 8 years ago
  • ๐Ÿ”„ Changed

    ๐Ÿ‘ This change is potentially breaking, it did break the sample since the supporting struct was wrong for the data we were using.

    ๐Ÿ”’ Lock: The documentation was updated to reflect that the struct value for AttemptNumber is indeed an int64. Unbind: Previously it would scrape the struct for the supported types (string, int, bool, time.Time, sql.Scanner/driver.Valuer) and make them into a map. Now the field list will contain all types found in the struct. Bind: Before this would only set the supported types (described above), now it attempts to set all values. It does check to ensure the type in the attribute map matches what's in the struct before assignment.