Skip to content

Tags: JimMoen/minirest

Tags

1.4.10-apikey-scopes.1

Toggle 1.4.10-apikey-scopes.1's commit message

Verified

This commit was signed with the committer’s verified signature.
JimMoen JimMoen
feat: pass route path to authorize callback via HandlerInfo

Add Path parameter to do_authorize/3 so that the authorize callback
receives the route template (e.g., "/clients/:clientid") in
HandlerInfo map. This allows authorization logic to know the exact
matched route without re-implementing path matching.

HandlerInfo now contains: method, module, function, path.
No #handler{} record change — zero hot-upgrade risk.

1.2.5

Toggle 1.2.5's commit message
chore: upgrade cowboy_swagger to 2.5.0 to support paramters components

1.2.4

Toggle 1.2.4's commit message
fix: filter function not working

1.2.3

Toggle 1.2.3's commit message
fix(minirest): improve code for returning invalid json term

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update app version (emqx#72)

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: trans config map & proplist (emqx#70)

* fix: trans opts port