JoeCode
December 2021
Dec 01, 2021- Space Shooter
- Make your own Ruby Gem
- Apache reverse proxy tutorial
- Clever uses of Pass (Unix password manager)
- Microsoft identity platform and OAuth 2.0 authorization code flow
- Writing classes in Ruby
Flask Security
- How to secure Python Flask Web APIs with Azure AD
- Flask OpenID documentation
- Secure your application by using OpenID Connect and Azure AD
- Flask-OIDC
Ruby and SharePoint
host = 'contoso.sharepoint.com'
relatvie_url = ''
prefix = 'crmsandbox'
site = Sharepoint::Site.new host, relative_url, prefix: prefix
site.session.authenticate username, password