CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
402 stars 29 forks source link

add middleware Raxx.CORS #85

Closed CrowdHailer closed 5 years ago

CrowdHailer commented 6 years ago

important security middleware.

felipesere commented 6 years ago

I'd be keen to give this a try. Would it live in this repo or outside as regular extension like

CrowdHailer commented 6 years ago

Happy either way. I think probably it would end up as a separate repo. But you could start it here and I would extract it before releasing raxx 1.0

On Sat, Mar 24, 2018, 9:59 PM Felipe Seré notifications@github.com wrote:

I'd be keen to give this a try. Would it live in this repo or outside as regular extension like

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CrowdHailer/raxx/issues/85#issuecomment-375927900, or mute the thread https://github.com/notifications/unsubscribe-auth/AFlzntwVaIeaIKvFjCkMwkjJtSTM_42Iks5thsGygaJpZM4Rgnaq .

CrowdHailer commented 6 years ago

@felipesere Did you ever make any progress on this? The concept of middleware in Raxx hasn't really matured in the meantime, so its still a macros solution. Unless you thought of a nice api that wasn't middleware based

felipesere commented 6 years ago

Oh not in ages. If someone wants to pick it up go for it. On Mon, 10 Sep 2018 at 10:03, Peter Saxton notifications@github.com wrote:

@felipesere https://github.com/felipesere Did you ever make any progress on this? The concept of middleware in Raxx hasn't really matured in the meantime.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/CrowdHailer/raxx/issues/85#issuecomment-419841432, or mute the thread https://github.com/notifications/unsubscribe-auth/ABw7TNdbza_QP4IIuPLQMpLwm_5h-cw4ks5uZirogaJpZM4Rgnaq .

CrowdHailer commented 6 years ago

Probably won't be picking it up right now but I think it can happily get marked as a post 1.0 issue

CrowdHailer commented 5 years ago

Extracted to a standalone project https://github.com/CrowdHailer/CORS