mirror of
https://github.com/metosin/reitit.git
synced 2026-01-25 07:39:01 +00:00
We have to process the fragment parameters due to the fact that the authorization server returns a callback in the following format: `https://example.com/oauth/google/callback#access_token=foo&refresh_token=bar&provider_token=baz&token_type=bearer&expires_in=3600` Links: - https://www.rfc-editor.org/rfc/rfc6749#section-4.2 - https://www.rfc-editor.org/rfc/rfc6749#section-4.2.2 |
||
|---|---|---|
| .. | ||
| controllers_test.cljs | ||
| core_test.cljs | ||
| easy_test.cljs | ||
| history_test.cljs | ||
| test_utils.cljs | ||