-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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
Reactions are currently unavailable