Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 11:09
· 2 commits to main since this release
7eb16bb

[0.1.0] - 2026-03-31

Bug Fixes

  • Remove legacy bcrypt verify path (not a dep)
  • Match return values from delete_all for dialyzer
  • Remove dummy_verify/1 test call, fix unmatched delete_all, restore kura branch dep
  • Match pbkdf2_hmac return for dialyzer
  • Plugin_info spec, reset token hours validation, dialyzer warnings
  • Add kura to plt_extra_apps to resolve dialyzer warnings (#3)
  • Restructure JWT decode for dialyzer compatibility
  • Start kura app in integration test setup (#7)

Documentation

  • Add ex_doc guides for getting started, configuration, and rate limiting
  • Add README

Features

  • Initial nova_auth library
  • Add Docker Compose and integration tests
  • Make PBKDF2 iterations configurable (#2)
  • Add OIDC behaviour and JWT validation (#4)

Miscellaneous

  • Add erlang-ci workflow and tool-versions
  • Update erlang-ci ref to v1
  • Switch CI to docker-compose for PostgreSQL
  • Trigger CI rebuild
  • Pin kura to latest main ref to bust CI cache
  • Re-trigger CI after cache clear
  • Commit rebar.lock for reproducible builds and proper CI caching
  • Retrigger CI after enabling dependency graph
  • Add covertool plugin for CI coverage
  • Prepare for Hex publishing (#5)
  • Add release workflow and cliff.toml (#8)

Refactor

  • Replace custom rate limiter with Seki (#1)