Jonatan Männchen
Jonatan Männchen
Implements #157 Dialyzer Error is expected for testing with OTP < 27, should pass with #171
Test are expected to fail because of #168
OTP 27 will include a JSON implementation in the standard library. That should be supported so that this lib can be used without another dependency. Documentation: https://erlang.org/documentation/doc-15.0-rc2/lib/stdlib-6.0/doc/html/json.html
### Discussed in https://github.com/erlef/oidcc/discussions/362 Originally posted by **danj3** July 30, 2024 There's a line in oidcc_token_introspection.erl:extract_response: ``` IntrospectionClientId == ClientId; IntrospectionClientId == undefined ``` Which seems to mean that the...
Sigils: https://www.erlang.org/blog/highlights-otp-27/#sigils Triple Quoted Strings: https://www.erlang.org/blog/highlights-otp-27/#triple-quoted-strings Also adds tests for documentation attributes. See: https://www.erlang.org/blog/highlights-otp-27/#overhauled-documentation-system Resolves #355
It would be awesome if it was possible to precompile (and possibly cross-compile for different architectures) the Nifs for published libraries. This would make the installation by the user of...
Add some examples on how to use this library.