Skip to content

Commit

Permalink
autogen(docs): generate and format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 3, 2020
1 parent 62e6fdf commit 109c2d8
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 65 deletions.
9 changes: 5 additions & 4 deletions docs/docs/concepts/before-oauth2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ If you want apps and websites you don't own to use your application as a
potential sign in (e.g. be listed alongside "Sign in with Google", "Sign in with
Apple"), ORY Hydra is the right tool for you.

If you use an API that works with OAuth2 or OpenID Connect, then of course you need
to use that API - but then you are on the OAuth2 / OpenID Connect client side!
If you use an API that works with OAuth2 or OpenID Connect, then of course you
need to use that API - but then you are on the OAuth2 / OpenID Connect client
side!

If you do not have user registration, password recovery, login form, session
management, or user settings system in place then OAuth2 is most likely not the
Expand Down Expand Up @@ -178,8 +179,8 @@ mobile app. And that's great, because the browser takes care of:
- The domain model (cookies are isolated per domain);

[ORY Kratos](https://www.ory.sh/kratos/) works both with tokens and cookies.
Implementing login does not involve any manual token handling - just log
in and you're done!
Implementing login does not involve any manual token handling - just log in and
you're done!

## Access Token Scope is not an Access Control Permission

Expand Down
Loading

0 comments on commit 109c2d8

Please sign in to comment.