jacquayj / GoRODS

Golang binding for iRODS C API: An iRODS client library written in Golang + C
https://godoc.org/github.com/jjacquay712/GoRODS
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Support other authentication schemes e.g. openid #32

Open jjacquay712 opened 4 years ago

RubenGarcia commented 4 years ago

This is an example of the changes needed to enable openid in the python client, for your reference. https://github.com/irods/python-irodsclient/issues/130

Only 84 lines of code.