Kirill Merkushev
Kirill Merkushev
Now matchers in separate project: https://github.com/yandex-qatools/matchers-java
That could bring us knowledge about session time, maybe resources used. Would be quite helpful for the UI to show nice timers, sort sessions based on launch time and so...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
example: ``` js:title=a (b) ``` will complain about `unable to find prism language 'js(b)' for highlighting` `[email protected]`
``` ==> Downloading https://github.com/yandex/ClickHouse/archive/v1.1.54292-stable.zip Already downloaded: /Users/lanwen/Library/Caches/Homebrew/clickhouse-1.1.54292.zip ==> cmake .. -DUSE_STATIC_LIBRARIES=0 ==> make Last 15 lines from /Users/lanwen/Library/Logs/Homebrew/clickhouse/02.make: [ 61%] Building CXX object dbms/CMakeFiles/dbms.dir/src/Dictionaries/ComplexKeyHashedDictionary.cpp.o [ 61%] Building CXX object dbms/CMakeFiles/dbms.dir/src/Dictionaries/DictionaryBlockInputStreamBase.cpp.o...
Since this flow is intended to be adopted by native and web apps, most of the services (such as auth0 for instance) allow to omit `client_secret`, as it's anyway insecure....
example: ```java @GenerateMatcher public String thisMethodIsNotGetter() {} ```
to avoid this: `withEmail(is("[email protected]"))` add also `withEmail("[email protected]")`
Will be useful to chain matchers in way: ``` withEmail(..) .withName(..) .withAge(..) ``` if they serves one type