ory / cli

Create bulk action scripts, automate your tasks, manage your projects, and seamlessly interact with the Ory Network using the Ory command line interface (CLI).
https://www.ory.sh/cli?utm_source=github&utm_medium=banner&utm_campaign=cli
Apache License 2.0
43 stars 22 forks source link

test: always use OAuth2 token instead of session token #364

Closed zepatrik closed 1 month ago

zepatrik commented 2 months ago

Since we added OAuth2 login, we still used session tokens for some tests. This now eliminates that usage, ensuring that all endpoints work with OAuth2 access tokens (still found one during this PR).