Skip to content

Commit

Permalink
docs: start writing faq from gitter (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Jun 14, 2017
1 parent 688103c commit 8e9ca61
Show file tree
Hide file tree
Showing 12 changed files with 369 additions and 220 deletions.
35 changes: 22 additions & 13 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,25 @@
* [Architecture and Design](contribute.md)
* [Running Tests](contribute.md)
* [FAQ](faq.md)
* [How should I run migrations?](faq/migrations.md)
* [How to deal with mobile apps?](faq/mobile.md)
* [Why is the Resource Owner Password Credentials grant not supported?](faq/ropc.md)
* [How can I control SQL connection limits?](faq/sql.md)
* [Where is the HTTP API Documentation?](faq/http-api.md)
* [How can I disable HTTPS for testing?](faq/disable-https.md)
* [How can I import TLS certificates?](faq/https-tls-import.md)
* [Can I set the log level to warn, error, debug, ...?](faq/log-level.md)
* [Should I use OAuth2 tokens for authentication?](faq/oauth2-auth.md)
* [What will happen if an error occurs during an OAuth2 flow?](faq/oauth2-error.md)
* [Why isn't the redirect url working?](faq/redirect-uri.md)
* [How do I know if OAuth2 / Hydra is the right choice for me?](faq/when-use.md)
* [Operational considerations](faq/operations.md)
- [How can I control SQL connection limits?](faq.md#how-can-i-control-sql-connection-limits)
- [Why is the Resource Owner Password Credentials grant not supported?](faq.md#why-is-the-resource-owner-password-credentials-grant-not-supported)
- [Should I use OAuth2 tokens for authentication?](faq.md#should-i-use-oauth2-tokens-for-authentication)
- [How to deal with mobile apps?](faq.md#how-to-deal-with-mobile-apps)
- [How should I run migrations?](faq.md#how-should-i-run-migrations)
- [What does the installation process look like?](faq.md#what-does-the-installation-process-look-like)
- [What does a migration process look like?](faq.md#what-does-a-migration-process-look-like)
- [How can I do this in docker?](faq.md#how-can-i-do-this-in-docker)
- [Can I set the log level to warn, error, debug, ...?](faq.md#can-i-set-the-log-level-to-warn-error-debug-)
- [How can I import TLS certificates?](faq.md#how-can-i-import-tls-certificates)
- [Is there an HTTP API Documentation?](faq.md#is-there-an-http-api-documentation)
- [How can I disable HTTPS for testing?](faq.md#how-can-i-disable-https-for-testing)
- [MySQL gives `unsupported Scan, storing driver.Value type []uint8 into type *time.Time`](faq.md#mysql-gives-unsupported-scan-storing-drivervalue-type-uint8-into-type-timetime)
- [Insufficient Entropy](faq.md#insufficient-entropy)
- [The docker image exists immediately](faq.md#the-docker-image-exists-immediately)
- [I get compile errors!](faq.md#i-get-compile-errors)
- [Is JWT supported?](faq.md#is-jwt-supported)
- [Refreshing tokens](faq.md#refreshing-tokens)
- [Revoking tokens & log out](faq.md#revoking-tokens-&-log-out)
- [Operational Considerations](faq.md#operational-considerations)
- [Managing Client/Policy Definitions](faq.md#managing-clientpolicy-definitions)
- [Recovering root client access](faq.md#recovering-root-client-access)
347 changes: 347 additions & 0 deletions docs/faq.md

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/faq/disable-https.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/faq/http-api.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/faq/https-tls-import.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/faq/log-level.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/faq/migrations.md

This file was deleted.

18 changes: 0 additions & 18 deletions docs/faq/mobile.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/faq/oauth2-auth.md

This file was deleted.

66 changes: 0 additions & 66 deletions docs/faq/operations.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/faq/ropc.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/faq/sql.md

This file was deleted.

0 comments on commit 8e9ca61

Please sign in to comment.