payprop / net-oauth2-authorizationserver

Module to implement core functions of an OAuth2 authorization server
7 stars 10 forks source link

server doesn't work either... #25

Closed yoe closed 5 years ago

yoe commented 5 years ago

After #23 was fixed, we now get:

Server available at https://127.0.0.1:3000
[2019-03-11 15:16:04.79418] [1952] [debug] GET "/oauth/authorize" (913cb992)
[2019-03-11 15:16:04.79482] [1952] [debug] Routing to a callback
[2019-03-11 15:16:04.79599] [1952] [error] Can't use string ("scopes") as an ARRAY ref while "strict refs" in use at /home/wouter/debian/other-peoples-source/net-oauth2-authorizationserver/examples/oauth2_server_realistic.pl line 84.

Might be useful if either the examples were added to the test suite, or they were removed entirely ;-)

leejo commented 5 years ago

Yeah, I'll sort this out as soon as I have time. I think this might be something internal that has broken it, just not picked up on yet (and yes, need these to be tested).

leejo commented 5 years ago

Fixed. v0.23 on its way to CPAN.