sitemule / ILEastic

Embedded application server for ILE on IBM i
Apache License 2.0
58 stars 29 forks source link

added BasicAuth plugin #66

Closed m1h43l closed 5 years ago

m1h43l commented 5 years ago

Added plugin for BasicAuth support. Also added plugin for authenticating with provided credentials at the system.

The plugins are not build by default. They can be build with the build target "plugins".

Added BIND_LIB variable. The project can now be build with the LIBL for resolving service programs and also with providing a specific library. This is then used for binding the service programs when creating ILEASTIC and also for the entries in the binding directory. Default is LIBL.

m1h43l commented 5 years ago

This also fixes #28 .

NielsLiisberg commented 5 years ago

Great work !! looks fantastic :)

m1h43l commented 5 years ago

Thanks. =)

NielsLiisberg commented 5 years ago

Hi Mihael

The *LIBL only work because you are using the QSH shell - so now we can never use plain "make" ... but it is OK for me

On Wed, May 1, 2019 at 11:14 AM m1h43l notifications@github.com wrote:

Added plugin for BasicAuth support. Also added plugin for authenticating with provided credentials at the system.

The plugins are not build by default. They can be build with the build target "plugins".

Added BIND_LIB variable. The project can now be build with the LIBL for resolving service programs and also with providing a specific library. This is then used for binding the service programs when creating ILEASTIC and also for the entries in the binding directory. Default is LIBL.

You can view, comment on, or merge this pull request online at:

https://github.com/sitemule/ILEastic/pull/66 Commit Summary

  • added BasicAuth plugin

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sitemule/ILEastic/pull/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVIPHXJMAHLIXFYOKD3AQ3PTFNQRANCNFSM4HJSQDPQ .