pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
391 stars 45 forks source link

Add LINE Login OpenID Connect Strategy #58

Closed wingyplus closed 3 years ago

wingyplus commented 3 years ago

Add default LINE Login OpenID Connect configuration. The openid configuration dump from /.well-known/openid-configuration plus id_token_signed_response_alg to make it work on ID Token with alg HS256.

Closes #57

danschultzer commented 3 years ago

Thanks, this is great! Sorry for the delay, had to refactor the OIDC strategy, as the handling of id_token_signed_response_alg was not correct. That refactor made this strategy much simpler to implement, so thanks a lot for pointing that out 😄

wingyplus commented 3 years ago

Thank you very much :)