Philip Douglass

Results 32 issues of Philip Douglass

## Expected Behavior Setup TOTP allows using Steam and Default RFC 6238 token settings, and I would like to be able to use my RSA SecurID as well. The modern...

new feature
feature: TOTP

**Is your feature request related to a problem? Please describe.** The authentication flow from the Swagger Docs UI is clear, but what isn't discussed is how a user could use...

I'm trying to get group information into my FastAPI app from MSAL, but I can't see that it's supported. **Describe the solution you'd like** I want to add group claims...

This is useful for me, as in development mode I can consolidate all my runtime variables in one .env file, including the MSAL config.

There have been no commits for over a year. As financial institutions are always changing, this project cannot stagnate or it will become useless. There are currently 9 PRs pending...

Fixes #69 Now this works: ```python accounts = tdbank_institution.accounts(date='19700101') ```

https://github.com/captin411/ofxclient/blob/4da2719f0ecbbf5eee62fb82c1b3b34ec955ee5e/ofxclient/client.py#L125 The default for the date parameter causes TD Bank to return "Client is up to date". If that parameter is set to '19700101' it returns the account list successfully....

As noted in #174, the synchronous version of this package has the [pod_exec.py](https://github.com/kubernetes-client/python/blob/master/examples/pod_exec.py) example, but only the non-interactive part of that is re-implemented in [examples/example3.py](https://github.com/tomplus/kubernetes_asyncio/blob/7d4357158937eae99437a27257c807dcf0df3f9b/examples/example3.py#L37). Is it possible to implement...

##### SUMMARY AWX ignores inventory plugin files when choosing inventory files from a Project source. This PR lets yaml and json files slip through after a very basic check for...

type:enhancement
component:api
community