Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/prest/middlewares

pREST middlewares package
https://github.com/prest/middlewares

allows user to overlay the middlewares (#16)

* if MiddlewareStack already has items it does not add new

* clear MiddlewareStack before Tes...

25fb4a665793bc6f13709cb0bf3162344402f798 authored over 5 years ago by Cesar Gimenes <[email protected]>
Merge pull request #15 from joelmdesouza/statements

Move the statements package into the middlewares package

a5c1719fca3605413072ebc5e65de38899120ad3 authored almost 6 years ago by Cássio Botaro <[email protected]>
Update JWT token never expires

e93a6db9a005b44bddd2a3c862204689ea3c1308 authored almost 6 years ago by Joel M. de Souza <[email protected]>
Update JWT never expires

5ced9ec84b95dc46c9d2fcc63257a325c2c65482 authored almost 6 years ago by Joel M. de Souza <[email protected]>
Update jwt token TestJWTSignatureOk

Check to create the token dynamically or put a very large expiration date.

632dbd55b787626df2c8609848cc066e447ca85f authored over 6 years ago by Joel M. de Souza <[email protected]>
Update testdata

Implements equal config package

020257259b9e577f465697bec615a5bb2f39dfc1 authored over 6 years ago by Joel M. de Souza <[email protected]>
Move the statements package into the middlewares package

6ec4bdd04c6c7776bb65bcd1b342380f2b9acda9 authored over 6 years ago by Joel M. de Souza <[email protected]>
Implement support for JWT algos (#14)

* add support for JWT algos

* add unit tests covering the JWT feature

7080d6f0e4defe18801b9dfb78fe659a0e482424 authored almost 7 years ago by Chris Camel <[email protected]>
remove go 1.7 support

25c7971dd6b1c1aac7f885539e1a84437e970759 authored almost 7 years ago by Felipe Oliveira <[email protected]>
Merge pull request #11 from tiaguinho/master

return allowed origin for every method

2bb7a41a27221dbffcc93182a0428b7673559da4 authored about 7 years ago by Cesar Gimenes <[email protected]>
add allowCredentials header to every request

e7a564d932767642c6be214e73405e5f0ba9a3a3 authored about 7 years ago by Tiago Temporin <[email protected]>
return allowed origin for every method

ada59db28ca2e43991f182ad9697c39b6a8d1fb9 authored about 7 years ago by Tiago Temporin <[email protected]>
restructuring for use of more than one database adapter / middlewares (#8)

* restructuring for use of more than one database adapter

* altered function call : postgres...

6d97a19c35aa59eb6ba9b645f3ebbd9cb425fdb3 authored about 7 years ago by Joel M. de Souza <[email protected]>
enable to customize jwt (#10)

* enable to customize jwt

* rename var

* fix tests

* reset app

b07db21a642c16b4950ebcd1e302dd5069d5b9cd authored about 7 years ago by Felipe Oliveira <[email protected]>
fix cors implementation (#9)

following https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS

14bc08e7033d2c92c8657fa97ad0a9aca3515bff authored about 7 years ago by Felipe Oliveira <[email protected]>
Fix initApp that was initialize every time (#7)

5a54eef325f5958130af83d5c49097d32fc092cf authored over 7 years ago by Igor P. Leroy <[email protected]>
improving support for CORS by handling preflight request and configurable allowed headers header (#6)

06c3a147da0622efeb8bf1d60f5cbc0673e55cd8 authored over 7 years ago by Cezary Tarnowski <[email protected]>
Merge pull request #5 from prest/feature/badges

Status badges

7df0c7912a0d360d435cac3ab99c6a376aa66498 authored over 7 years ago by Cesar Gimenes <[email protected]>
Add status badges

7b0f3982e9c70054295f89a23c559bcae9b487d3 authored over 7 years ago by Igor P. Leroy <[email protected]>
Merge pull request #4 from prest/capital

remove capital

b1923dcc9f091d41152edf60a58019f025da900a authored over 7 years ago by Cesar Gimenes <[email protected]>
remove dot

9bbb9831ab78046aaa9a0577ac1ddc92d78e68b5 authored over 7 years ago by Felipe Oliveira <[email protected]>
remove capital

419d4327a28f0d63425bb6a11a16080f92c3b281 authored over 7 years ago by Felipe Oliveira <[email protected]>
Move config/middlewares to simply config.go on middlewares (#3)

* Move config/middlewares to simply config

* Bring config tests to new repository

* Add co...

d1d7c045b60f8b8dd2979f80a0b2800c671240d7 authored over 7 years ago by Igor P. Leroy <[email protected]>
Add travis.yml file

30f9da57710e3da7d94176f909ceba3610051391 authored over 7 years ago by Igor P. Leroy <[email protected]>
Merge pull request #2 from prest/fix_renderFormat_function

pREST middleware accepts only HTTP 200 as success

06e897949f9773d1a6e6bc474b4e72ca2ad64c99 authored over 7 years ago by Cássio Botaro <[email protected]>
Middleware render must return error only for 4xx and 5xx headers

c703f5d407cd46a5adbabb7657eeb197aecd9f0c authored over 7 years ago by Igor P. Leroy <[email protected]>
Merge pull request #1 from prest/improvements/refactor-middlewares

Refactor middlewares package

9109e728747955cfb27c3a58118154149b840e45 authored over 7 years ago by Igor P. Leroy <[email protected]>
Refactor middlewares package

675f5e1839a0ad98d37c4572a9705aeb52ba67fb authored over 7 years ago by Mario Idival <[email protected]>
Merge github.com:prest/middlewares

* github.com:prest/middlewares:
Initial commit

ce9d7dec171a44b03c2a4be0cf68a549eb11714f authored over 7 years ago by Avelino <[email protected]>
Initial commit

05f41f69f84e0ed8e7ecebccad3f0ab57a1906f3 authored over 7 years ago by Avelino <[email protected]>
fix cors (#183)

* copy all headers from fake ResponseWriter to ResponseWriter

* add tests

* use our cors m...

fc021ff023127531c0867116a1d557701ff73262 authored over 7 years ago by Felipe Oliveira <[email protected]>
Improve error return (#137)

* add error handler

* create Get to connect without panic if error

* use Get to connect in...

7263121e46ca3c09ac4dc6ac784a74d71060676e authored over 7 years ago by Cesar Gimenes <[email protected]>
Xml renderer support (#129)

* implementation and remove comment from test case

* add test

* sync vendor

* fix some ...

1f25b6aec0a362da6a4f360330441b3cce883000 authored almost 8 years ago by Felipe Oliveira <[email protected]>
possibility to reorder (#120)

08c5592dc5b461fff5dce2a7121c2b59f862b6e7 authored almost 8 years ago by Felipe Oliveira <[email protected]>
[WIP] Change Access Control verification (#80)

* Create utils to middleware

* Remove old permission verifications

* Create middleware to ...

8c156f15979d3b373568f26c1b3aedc31838a4cf authored almost 8 years ago by Mario Idival <[email protected]>