openstax / accounts

OpenStax centralized authentication and accounts service
https://accounts.openstax.org
Other
15 stars 7 forks source link

More user API token creation fixes #1269

Closed Dantemss closed 3 weeks ago

Dantemss commented 3 weeks ago

Turns out we should just be passing in the actual objects to these methods now.

Dantemss commented 3 weeks ago

I went to check if we actually have tests and we do, guess the tests here were not too useful.

mwvolo commented 3 weeks ago

makes sense why the to_s/to_i wasn't working :)