Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor] Schema #18 #100

Closed
wants to merge 2 commits into from
Closed

[refactor] Schema #18 #100

wants to merge 2 commits into from

Conversation

thibaultcha
Copy link
Member

Implementing #18 changes

  • rename accounts to consumers
  • rename provider_id to custom_id
  • Rename plugins to plugins_configurations or something
  • make username required for consumers Accounts creation on empty request #96
  • Externalize plugins
    • Create tables for plugins which need some (keyauth, basicauth, ratelimiting)
    • and give them a migration feature
    • as well as DAO extensibility
    • API routes extensibility
  • Remove applications

@thibaultcha
Copy link
Member Author

Code was moved to #102

@thibaultcha thibaultcha deleted the refactor/schema branch March 27, 2015 22:42
gszr pushed a commit that referenced this pull request Aug 18, 2021
* chore(session) bump lua-resty-session from 3.3 to 3.5

### Summary

## [3.5] - 2020-05-22
### Fixed
- Fix `session:hide()` to not clear non-session request cookies that it
  seemed to do in some cases as reported by @altexy who also provided
  initial fix with #100. Thank you!

## [3.4] - 2020-05-08
### Fixed
- Fix session_cookie_maxsize - error attempt to compare string with number,
  fixes #98, thank you @vavra5

### Changed
- More robust and uniform configuration parsing

* chore(session) release 2.4.1

### Summary

- bump lua-resty-session from 3.3 to 3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant