Skip to content

Commit b92ce24

Browse files
authored
Merge pull request #11282 from nextcloud/feat/document-ocp-itoken
Document new API in OCP\Authentication
2 parents c556b41 + ca5d9c2 commit b92ce24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ Added APIs
161161

162162
* ``wasm-unsafe-eval`` is `supported by most browsers <https://caniuse.com/mdn-http_headers_content-security-policy_script-src_wasm-unsafe-eval>`_
163163
* WebAssembly compilation and execution in worker threads is not affected by this directive (browsers allow compilation and execution of WebAssembly in worker threads by default)
164+
* ``OCP\Authentication\Token\IProvider::getToken`` to get a token by its token string id
165+
* ``OCP\Authentication\Token\IToken`` public interface for tokens returned by the function above. Please use those instead of things from ``OC`` namespace.
164166

165167

166168
Changed APIs

0 commit comments

Comments
 (0)