Skip to content

Commit

Permalink
Merge pull request #6 from scrogson/get-the-build-working
Browse files Browse the repository at this point in the history
Remove openssl and use rsa directly
  • Loading branch information
scrogson authored Jan 5, 2024
2 parents 1609dcc + acc52d8 commit af14a0a
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 62 deletions.
2 changes: 1 addition & 1 deletion lib/no_way_jose.ex
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ defmodule NoWayJose do
"""
@spec sign(claims(), signing_options()) :: {:ok, token()} | {:error, term()}
def sign(claims, key) when is_binary(key) do
Logger.warn(
Logger.warning(
"Passing a binary key to sign/2 is deprecated. Please pass a list of signing options."
)

Expand Down
Loading

0 comments on commit af14a0a

Please sign in to comment.