The server should be secured with a token based authentication for pushing package updates. Also for clients to check for updated versions with an api-key key-secret based authorization to avoid attacks.
Todo:
- User/System registration using existing authentication credentials.(Server should have default un & pw or Token)
- All the API calls should be otherized with tokens before executing call endpoints.
Resources:
https://github.com/jaredhanson/passport
https://github.com/jaredhanson/passport-http-bearer
https://github.com/jaredhanson/oauth2orize
The server should be secured with a token based authentication for pushing package updates. Also for clients to check for updated versions with an api-key key-secret based authorization to avoid attacks.
Todo:
Resources:
https://github.com/jaredhanson/passport
https://github.com/jaredhanson/passport-http-bearer
https://github.com/jaredhanson/oauth2orize