Download oauth2orize Free Java Code

Description

OAuth 2.0 authorization server toolkit for Node.js.

Source Files

The download file oauth2orize-master.zip has the following entries.


.gitignore/*  ww w  .ja  v  a  2s  .  co m*/
.jshintrc
.npmignore
.travis.yml
LICENSE
Makefile
README.md
examples/all-grants/app.js
examples/all-grants/auth.js
examples/all-grants/client.js
examples/all-grants/db/accesstokens.js
examples/all-grants/db/authorizationcodes.js
examples/all-grants/db/clients.js
examples/all-grants/db/index.js
examples/all-grants/db/users.js
examples/all-grants/oauth2.js
examples/all-grants/package.json
examples/all-grants/site.js
examples/all-grants/user.js
examples/all-grants/utils.js
examples/all-grants/views/account.ejs
examples/all-grants/views/dialog.ejs
examples/all-grants/views/layout.ejs
examples/all-grants/views/login.ejs
examples/express2/app.js
examples/express2/auth.js
examples/express2/db/accesstokens.js
examples/express2/db/authorizationcodes.js
examples/express2/db/clients.js
examples/express2/db/index.js
examples/express2/db/users.js
examples/express2/oauth2.js
examples/express2/package.json
examples/express2/site.js
examples/express2/user.js
examples/express2/utils.js
examples/express2/views/account.ejs
examples/express2/views/dialog.ejs
examples/express2/views/layout.ejs
examples/express2/views/login.ejs
lib/errors/authorizationerror.js
lib/errors/badrequesterror.js
lib/errors/forbiddenerror.js
lib/errors/tokenerror.js
lib/exchange/authorizationCode.js
lib/exchange/clientCredentials.js
lib/exchange/password.js
lib/exchange/refreshToken.js
lib/grant/code.js
lib/grant/token.js
lib/index.js
lib/middleware/authorization.js
lib/middleware/decision.js
lib/middleware/errorHandler.js
lib/middleware/token.js
lib/middleware/transactionLoader.js
lib/server.js
lib/unorderedlist.js
lib/utils.js
package.json
support/mk/browserify.mk
support/mk/coveralls.mk
support/mk/istanbul.mk
support/mk/jshint.mk
support/mk/mocha.mk
support/mk/node.mk
support/mk/notes.mk
support/mk/testling.mk
support/mk/vows.mk
test/bootstrap/node.js
test/errors/authorizationerror.test.js
test/errors/badrequesterror.test.js
test/errors/forbiddenerror.test.js
test/errors/tokenerror.test.js
test/exchange/authorizationCode.test.js
test/exchange/clientCredentials.test.js
test/exchange/password.test.js
test/exchange/refreshToken.test.js
test/grant/code.test.js
test/grant/token.test.js
test/middleware/authorization.immediate.test.js
test/middleware/authorization.test.js
test/middleware/decision.test.js
test/middleware/errorHandler.test.js
test/middleware/token.test.js
test/middleware/transactionLoader.test.js
test/package.test.js
test/server.exchange.test.js
test/server.grant.test.js
test/server.request.test.js
test/server.response.test.js
test/server.serialization.test.js
test/server.test.js
test/unorderedlist.test.js

Download

Click the following link to download oauth2orize-master.zip.

oauth2orize-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation